Esempio n. 1
0
 @Test
 public final void testGetPersonId() {
   g.setPersonId(1L);
   AssertJUnit.assertEquals(g.getPersonId(), new Long(1L));
 }