Searched refs:ShadowThrowInShadowMethod (Results 1 – 2 of 2) sorted by relevance
116 @SandboxConfig(shadows = ShadowThrowInShadowMethod.class)132 assertThat(stackTrace[0].getClassName()).isEqualTo(ShadowThrowInShadowMethod.class.getName()); in shouldRemoveNoiseFromShadowedStackTraces()152 public static class ShadowThrowInShadowMethod { class in ShadowWranglerIntegrationTest
117 @SandboxConfig(shadows = ShadowThrowInShadowMethod.class)133 assertThat(stackTrace[0].getClassName()).isEqualTo(ShadowThrowInShadowMethod.class.getName()); in shouldRemoveNoiseFromShadowedStackTraces()153 public static class ShadowThrowInShadowMethod { class in ShadowWranglerIntegrationTest