Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java263 assertEquals("HI WORLD", injector.getInstance(ProtectedClassProtectedMethod.class).sayHi()); in testProxyingPackagePrivateMethods()
278 protected static class ProtectedClassProtectedMethod { class in BytecodeGenTest