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