Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Tests/Cruds/IPersonaCrudTest.cs @ 178:33e57fd1a6c9
Roles: en dominio y autoregistración
author | nelopauselli |
---|---|
date | Mon, 08 Aug 2011 12:30:37 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Tests/Cruds/IPersonaCrudTest.cs Mon Aug 08 12:30:37 2011 -0300 @@ -0,0 +1,22 @@ +using NUnit.Framework; + +namespace AltNetHispano.Agendas.Tests.Cruds +{ + public interface IPersonaCrudTest + { + [Test] + void CreateAdministrador(); + + [Test] + void ReadAdministrador(); + + [Test] + void CreateUsuario(); + + [Test] + void ReadUsuario(); + + [Test] + void Update(); + } +} \ No newline at end of file