Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/PersonaCrudMemoryTests.cs @ 257:730b80afa70d
Ticket #191: Perfil de Usuarios
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 19 Oct 2011 09:19:20 -0300 |
parents | 68b09c30b0d2 |
children |
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 PersonaCrudMemoryTests : PersonaCrud<MemoryInfraestrutureFactory> { [SetUp] public void BorrarRepositorios() { PersonaRepository.Clear(); } } }