public void testEndsWith_Null() throws InvalidNameException {
log.setMethod("testEndsWith_Null()");
CompoundName name;
name = new CompoundName("a/b/c/d", props);
assertFalse(name.endsWith(null));
}
public void testProperties_Separator() throws InvalidNameException {
log.setMethod("testProperties_Separator()");
CompoundName name;