Searched defs:testClass (Results 1 – 3 of 3) sorted by relevance
29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()40 String testClass; field in Main.TestCase
43 Class<?> testClass = classLoader.loadClass("Test"); in main() local
110 private static void testClass(String className) throws Exception { in testClass() method in Test912115 private static void testClass(Class<?> base) throws Exception { in testClass() method in Test912