Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/EventoCrudNh.cs @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -0300 |
parents | Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs@5346c0500594 |
children |
line wrap: on
line source
using Agendas.Repositories.Tests.Infraestructure; using NUnit.Framework; namespace Agendas.Repositories.Tests { [TestFixture] public class EventoCrudNh : EventoCrud<NhInfraestrutureFactory> { [SetUp] public void BorrarRepositorios() { NhHelperTest.CleanDb(); } } }