Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowingTest.java58 @SandboxConfig(shadows = {ShadowClassWithProtectedMethod.class})
65 public static class ShadowClassWithProtectedMethod { class in ShadowingTest