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