Searched refs:testClassLoader (Results 1 – 3 of 3) sorted by relevance
177 ClassLoader testClassLoader = new TestVisibilityClassLoader(true); in setUp() local178 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp()179 realClass = (Class<ProxyTestImpl>) testClassLoader.loadClass(ProxyTestImpl.class.getName()); in setUp()308 ClassLoader testClassLoader = new TestVisibilityClassLoader(false); in testClassLoaderBridging() local310 Class hiddenMethodReturnClass = testClassLoader.loadClass(HiddenMethodReturn.class.getName()); in testClassLoaderBridging()311 …Class hiddenMethodParameterClass = testClassLoader.loadClass(HiddenMethodParameter.class.getName()… in testClassLoaderBridging()315 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()