Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java117 @SandboxConfig(shadows = ShadowThrowInShadowMethod.class)
133 assertThat(stackTrace[0].getClassName()).isEqualTo(ShadowThrowInShadowMethod.class.getName()); in shouldRemoveNoiseFromShadowedStackTraces()
153 public static class ShadowThrowInShadowMethod { class in ShadowWranglerIntegrationTest