view Agendas/trunk/src/Agendas.Repositories.Tests/EventoCrudNh.cs @ 294:0e616662a94b

Added tag v1.1.0 for changeset 2cf7143586fe
author nelopauselli
date Fri, 17 Feb 2012 14:28:05 -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();
		}
	}
}