Searched refs:ProtectedClassProtectedMethod (Results 1 – 1 of 1) sorted by relevance
263 assertEquals("HI WORLD", injector.getInstance(ProtectedClassProtectedMethod.class).sayHi()); in testProxyingPackagePrivateMethods()278 protected static class ProtectedClassProtectedMethod { class in BytecodeGenTest