Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/WorkflowNhTests.cs @ 225:f23ee59ef1bd
Otros ponentes
author | nelopauselli |
---|---|
date | Mon, 26 Sep 2011 08:47:01 -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(); } } }