Example #1
0
 public void testFindMatchingChildSegmentWhenNotPresent() throws Exception {
   Epoch e = Epoch.create("E", "A1", "A2");
   assertNull(e.findNaturallyMatchingChild("A0"));
 }