Esempio n. 1
0
 @Test
 public final void testGetCharPart() {
   g.setCharPart(s);
   AssertJUnit.assertEquals(g.getCharPart(), s);
 }