Searched refs:MyParentClass (Results 1 – 1 of 1) sorted by relevance
256 public static class MyParentClass { class in ProxyBuilderTest262 public static class MyChildClassWithProtectedMethod extends MyParentClass {269 public static class MyChildClassWithPublicMethod extends MyParentClass {278 assertEquals("package", proxyFor(MyParentClass.class).build().someMethod()); in testProxying_ClassHierarchy()