424344454647484950
return suite(FactoryAnnotationInheritanceTestCase.class); } public void testInheritance() throws Throwable { FactoryAnnotationTester tester = new SubFactoryAnnotationTester(); runAnnotationsOnTarget(tester); assertNull(tester.getValue()); }