Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java160 private Class<ProxyTest> proxyTestClass; field in BytecodeGenTest
171 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp()
178 bind(proxyTestClass).to(realClass); in setUp()
208 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassLoading()
236 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassUnloading()