Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowingTest.java60 ClassWithProtectedMethod overlay = new ClassWithProtectedMethod(); in testProtectedMethodsAreDelegated()
64 @Implements(ClassWithProtectedMethod.class)
73 public static class ClassWithProtectedMethod { class in ShadowingTest