Searched refs:suiteMethod (Results 1 – 11 of 11) sorted by relevance
27 Method suiteMethod= null; in testFromSuiteMethod() local30 suiteMethod= klass.getMethod("suite"); in testFromSuiteMethod()31 if (! Modifier.isStatic(suiteMethod.getModifiers())) { in testFromSuiteMethod()34 suite= (Test) suiteMethod.invoke(null); // static method in testFromSuiteMethod()
112 Method suiteMethod= null; in getTest() local114 suiteMethod= testClass.getMethod(SUITE_METHODNAME, new Class[0]); in getTest()120 if (! Modifier.isStatic(suiteMethod.getModifiers())) { in getTest()126 test= (Test)suiteMethod.invoke(null, (Object[])new Class[0]); // static method in getTest()
61 Method suiteMethod = testClass.getMethod("suite"); in classToJunitTests() local62 return Collections.singletonList((Test) suiteMethod.invoke(null)); in classToJunitTests()147 Method suiteMethod = testClass.getMethod("suite"); in getSuiteMethods() local150 test = (junit.framework.Test) suiteMethod.invoke(null); in getSuiteMethods()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...