Exemplo n.º 1
0
 private void assertSimpleRef(RefType refType, String refStr, String expectedSimpleRef) {
   final GenericRef refObj = new GenericRef(refType, refStr);
   assertEquals(refObj.getSimpleRef(), expectedSimpleRef);
 }
Exemplo n.º 2
0
 private void assertRefFormat(GenericRef ref, RefFormat expectedFormat) {
   assertEquals(ref.getFormat(), expectedFormat);
 }