view Agendas/trunk/src/Agendas.Repositories.Tests/WorkflowNhTests.cs @ 235:c61954d24c8c

Quitando ponente principal y utilizando siempre la lista de ponentes
author nelopauselli
date Tue, 04 Oct 2011 20:42:35 -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();
		}
	}
}