view Agendas/trunk/src/Agendas.Repositories.Tests/EventoCrudNh.cs @ 282:bc8dfbde0523

#123: Patrocinadores de las vans: Se verifica que para publicar una Van, debe tener al menos un Patrocinador.
author juanjose.montesdeocaarbos
date Mon, 26 Dec 2011 14:21: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 EventoCrudNh : EventoCrud<NhInfraestrutureFactory>
	{
		[SetUp]
		public void BorrarRepositorios()
		{
			NhHelperTest.CleanDb();
		}
	}
}