Searched refs:ProxyTestImpl (Results 1 – 1 of 1) sorted by relevance
162 private Class<ProxyTestImpl> realClass;172 realClass = (Class<ProxyTestImpl>) testClassLoader.loadClass(ProxyTestImpl.class.getName()); in setUp()194 public static class ProxyTestImpl implements ProxyTest { class in BytecodeGenTest222 binder.bind(ProxyTest.class).to(ProxyTestImpl.class); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()