Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/
H A DShadowingTest.java59 ClassWithProtectedMethod overlay = new ClassWithProtectedMethod(); in testProtectedMethodsAreDelegated()
63 @Implements(ClassWithProtectedMethod.class)
72 public static class ClassWithProtectedMethod { class in ShadowingTest