Esempio n. 1
0
 @Test
 public final void testGetSetId() {
   g.setSetId(1L);
   AssertJUnit.assertEquals(g.getSetId(), new Long(1));
 }