Searched refs:testClass (Results 1 – 5 of 5) sorted by relevance
39 ComplexTest testClass; field in ComplexDescGetter44 testClass = null; in ComplexDescGetter()114 testClass = (ComplexTestCase) dcl.getInstance(className); in getDescriptionForSingleJob()130 System.out.println("Got test: " + ((Object) testClass).toString()); in getDescriptionForSingleJob()138 testMethodNames = testClass.getTestMethodNames(); in getDescriptionForSingleJob()
89 ComplexTestCase testClass = null; in executeTest() local141 testClass = (ComplexTestCase) dcl.getInstance(entries[i].longName); in executeTest()148 testClass.executeMethods(entries[i], param); in executeTest()
100 static private boolean isInteractiveTest( Class testClass ) in isInteractiveTest() argument103 try { interactiveTestMethod = testClass.getMethod( "isInteractiveTest", new Class[]{} ); } in isInteractiveTest()
160 protected Suite(Class<?> testClass, String name) throws InitializationError { in Suite() argument161 super(testClass); in Suite()
182 class testClass class234 … bRes = osl::Module::getUrlFromAddress( ( void* ) &::osl_Module::testClass::myFunc, aFileURL ) ; in TEST_F()
Completed in 39 milliseconds