Searched defs:testClass (Results 1 – 3 of 3) sorted by relevance
87 Class testClass = null; in loadTestCase() local116 Class testClass = cl.loadClass(testPkgName + "." + testClassName); in loadClass() local131 private TestCase buildTestMethod(Class testClass, in buildTestMethod()
141 Class<?> testClass = null; in main() local285 private String getKnownFailure(final Class<? extends TestCase> testClass, in getKnownFailure()290 private boolean isBrokenTest(final Class<? extends TestCase> testClass, in isBrokenTest()295 private String getAnnotation(final Class<? extends TestCase> testClass, in getAnnotation()347 TestClass testClass = null; in addToTests() local
339 MethodDoc doc, ClassDoc testClass, boolean testMethods) { in implementedMethod0()