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