Searched refs:storedClassLoader (Results 1 – 1 of 1) sorted by relevance
221 ClassLoader storedClassLoader = Thread.currentThread().getContextClassLoader(); in runTest() local226 Thread.currentThread().setContextClassLoader(storedClassLoader); in runTest()229 runTestMethod(storedClassLoader, InnerTest.class); in runTest()231 Thread.currentThread().setContextClassLoader(storedClassLoader); in runTest()