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