Searched refs:ClassWithProtectedMethod (Results 1 – 1 of 1) sorted by relevance
59 ClassWithProtectedMethod overlay = new ClassWithProtectedMethod(); in testProtectedMethodsAreDelegated()63 @Implements(ClassWithProtectedMethod.class)72 public static class ClassWithProtectedMethod { class in ShadowingTest