Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/WorkflowMemoryTests.cs @ 275:bf993f99cee3
Ticket #123: Patrocinadores de las vans.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 14 Dec 2011 08:15:44 -0300 |
parents | 68b09c30b0d2 |
children | eeca9ddb330a |
line wrap: on
line source
using Agendas.Repositories.Tests.Infraestructure; using AltNetHispano.Agendas.Repositories.Memory; using NUnit.Framework; namespace Agendas.Repositories.Tests { [TestFixture] public class WorkflowMemoryTests : WorkflowTests<MemoryInfraestrutureFactory> { [SetUp] public void BorrarRepositorios() { EventoRepository.Clear(); PersonaRepository.Clear(); } } }