Searched defs:testClass (Results 1 – 9 of 9) sorted by relevance
25 Class testClass= classFromFile(classFileName); in isTestClass() local43 boolean isTestClass(Class testClass) { in isTestClass()53 boolean hasSuiteMethod(Class testClass) { in hasSuiteMethod()62 boolean hasPublicConstructor(Class testClass) { in hasPublicConstructor()
99 Class testClass= null; in getTest() local
49 Class testClass = loadTestClass(testClassName); in setTestClassName() local56 setTest(getTest(testClass), testClass); in setTestClassName() local64 private void setTest(Test test, Class<? extends Test> testClass) { in setTest()93 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) { in buildSingleTestMethod()109 private TestCase newSingleTestMethod(Class testClass, String testMethodName, in newSingleTestMethod()128 Class<? extends Test> testClass) { in shouldRunSingleTestMethod()
95 private static Test invokeSuiteMethodIfPossible(Class testClass, in invokeSuiteMethodIfPossible()155 public static TestSuite createTestSuite(Class<? extends Test> testClass) in createTestSuite()
762 String testClass = test.getClass().getName(); in startTest() local
59 public void addTestSuite(Class testClass) { in addTestSuite()
61 static public void run(Class<? extends TestCase> testClass) { in run()187 Class<? extends TestCase> testClass= loadSuiteClass(testCase).asSubclass(TestCase.class); in runSingleMethod() local
47 Class testClass = null; in runTest() local
231 String testClass = test.getClass().getName(); in startTest() local