Searched defs:testClass (Results 1 – 12 of 12) sorted by relevance
43 public Runner runnerForClass(Class<?> testClass) throws Throwable { in runnerForClass()56 boolean isJUnit3TestCase(Class<?> testClass) { in isJUnit3TestCase()60 boolean isAndroidTestCase(Class<?> testClass) { in isAndroidTestCase()64 boolean isInstrumentationTestCase(Class<?> testClass) { in isInstrumentationTestCase()68 boolean isBundleTest(Class<?> testClass) { in isBundleTest()
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()
50 Class testClass = loadTestClass(testClassName); in setTestClassName() local57 setTest(getTest(testClass), testClass); in setTestClassName() local65 private void setTest(Test test, Class<? extends Test> testClass) { in setTest()94 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) { in buildSingleTestMethod()110 private TestCase newSingleTestMethod(Class testClass, String testMethodName, in newSingleTestMethod()129 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()
761 String testClass = test.getClass().getName(); in startTest() local
46 public Runner runnerForClass(Class<?> testClass) throws Throwable { in runnerForClass()56 private boolean hasInjectedFields(Class<?> testClass) { in hasInjectedFields()
44 public Runner runnerForClass(Class<?> testClass) throws Throwable { in runnerForClass()
125 final Class<?> testClass = description.getTestClass(); in shouldRun() local
59 public void addTestSuite(Class testClass) { in addTestSuite()
47 Class testClass = null; in runTest() local
116 String testClass = description.getClassName(); in testStarted() local
278 String testClass = test.getClass().getName(); in startTest() local