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