view Agendas/trunk/src/Agendas.Repositories.Tests/EventoCrudNh.cs @ 237:51faeabfb9d9

Todos los tests en verde quitando al ponente principal
author nelopauselli
date Tue, 04 Oct 2011 21:30:55 -0300
parents 68b09c30b0d2
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();
		}
	}
}