assertTrue(id.getName().equals(this.getClass().getName()));
}
public void testToExternalForm() throws Exception {
final ID id = createStringID(this.getClass().getName());
assertNotNull(id.toExternalForm());
}
public void testToString() throws Exception {
final ID id = createStringID(this.getClass().getName());
assertNotNull(id.toString());