Home
last modified time | relevance | path

Searched refs:TestVisibilityClassLoader (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java101 static class TestVisibilityClassLoader extends URLClassLoader { class in BytecodeGenTest
105 TestVisibilityClassLoader(boolean hideInternals) { in TestVisibilityClassLoader() method in BytecodeGenTest.TestVisibilityClassLoader
106 this(TestVisibilityClassLoader.class.getClassLoader(), hideInternals); in TestVisibilityClassLoader()
109 TestVisibilityClassLoader(ClassLoader classloader, boolean hideInternals) { in TestVisibilityClassLoader() method in BytecodeGenTest.TestVisibilityClassLoader
170 ClassLoader testClassLoader = new TestVisibilityClassLoader(true); in setUp()
297 ClassLoader testClassLoader = new TestVisibilityClassLoader(false); in testClassLoaderBridging()