Searched refs:ShadowOfParent (Results 1 – 1 of 1) sorted by relevance
197 @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 ShadowWranglerIntegrationTest249 public static class ShadowOfChild extends ShadowOfParent {