Searched refs:testClassName (Results 1 – 2 of 2) sorted by relevance
119 String testClassName = ClassLoaderTest.class.getName(); in test_testClassLoader_loadClass() local124 parentClassLoader.loadClass(testClassName); in test_testClassLoader_loadClass()130 assertSame(this.getClass(), testClassLoader.loadClass(testClassName)); in test_testClassLoader_loadClass()
363 for (String testClassName : testClassNames) { in addNamedTestClasses()365 Class<?> testClass = Class.forName(testClassName); in addNamedTestClasses()