Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java37 …@SandboxConfig(shadows = {ShadowForAClassWithDefaultConstructor_HavingNoConstructorDelegate.class})
40 …dow.<Object>extract(instance)).isInstanceOf(ShadowForAClassWithDefaultConstructor_HavingNoConstruc… in testConstructorInvocation_WithDefaultConstructorAndNoConstructorDelegateOnShadowClass()
356 public static class ShadowForAClassWithDefaultConstructor_HavingNoConstructorDelegate { class in ShadowWranglerIntegrationTest