Searched refs:testClassLoader (Results 1 – 3 of 3) sorted by relevance
170 ClassLoader testClassLoader = new TestVisibilityClassLoader(true); in setUp() local171 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp()172 realClass = (Class<ProxyTestImpl>) testClassLoader.loadClass(ProxyTestImpl.class.getName()); in setUp()297 ClassLoader testClassLoader = new TestVisibilityClassLoader(false); in testClassLoaderBridging() local299 Class hiddenMethodReturnClass = testClassLoader.loadClass(HiddenMethodReturn.class.getName()); in testClassLoaderBridging()301 testClassLoader.loadClass(HiddenMethodParameter.class.getName()); in testClassLoaderBridging()305 Class hiddenClass = testClassLoader.loadClass(Hidden.class.getName()); in testClassLoaderBridging()
126 ClassLoader testClassLoader = theClass.getClassLoader(); in loadClassFromFile() local127 if (testClassLoader != this) { in loadClassFromFile()190 ClassLoader testClassLoader = theClass.getClassLoader(); in loadClassFromJar() local191 if (testClassLoader != this) { in loadClassFromJar()
66 static TestHelper_ClassLoader testClassLoader = new TestHelper_ClassLoader(); field in DriverManagerTest108 true, testClassLoader); in testDeregisterDriver()