Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/EventoObjectMother.cs @ 4:49b572535156
proponer van
publicar van propuesta
comportamiento ante excepcion en publicador
author | nelopauselli |
---|---|
date | Tue, 08 Feb 2011 00:08:49 -0300 |
parents | |
children | 05996fa19e04 |
comparison
equal
deleted
inserted
replaced
3:5f007e266509 | 4:49b572535156 |
---|---|
1 using System; | |
2 using AltNetHispano.Agendas.Domain; | |
3 | |
4 namespace AltNetHispano.Agendas.Tests | |
5 { | |
6 public static class EventoObjectMother | |
7 { | |
8 public static Van GetVanValidaParaPublicar() | |
9 { | |
10 return new Van {Fecha = DateTime.Now, Ponente = "jjmontes"}; | |
11 } | |
12 | |
13 public static Cafe GetCafeValidoParaPublicar() | |
14 { | |
15 return new Cafe { Fecha = DateTime.Now }; | |
16 } | |
17 } | |
18 } |