Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java197 @Test @SandboxConfig(shadows = {Shadow2OfChild.class, ShadowOfParent.class})
202 @Test @SandboxConfig(shadows = {Shadow22OfChild.class, ShadowOfParent.class})
207 @Test @SandboxConfig(shadows = {Shadow3OfChild.class, ShadowOfParent.class})
233 public static class ShadowOfParent { class in ShadowWranglerIntegrationTest
249 public static class ShadowOfChild extends ShadowOfParent {