Esempio n. 1
0
 @Test
 public final void testGetCreatedOn() {
   g.setCreatedOn(d);
   AssertJUnit.assertEquals(g.getCreatedOn(), d);
 }