Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/
H A DShadowingTest.java57 @SandboxConfig(shadows = {ShadowClassWithProtectedMethod.class})
64 public static class ShadowClassWithProtectedMethod { class in ShadowingTest