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.java169 private Class<ProxyTest> proxyTestClass; field in BytecodeGenTest
178 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp()
183 bind(proxyTestClass).to(realClass); in setUp()
212 .getInstance(proxyTestClass); in testProxyClassLoading()
235 .getInstance(proxyTestClass); in testProxyClassUnloading()