Searched refs:testProxy (Results 1 – 1 of 1) sorted by relevance
220 ProxyTest testProxy = Guice.createInjector(interceptorModule, new Module() { in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() local227 assertSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()229 assertNotSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()