We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1567f0 commit 3dd6eafCopy full SHA for 3dd6eaf
platform-tests/src/test/java/org/junit/platform/StackTracePruningTests.java
@@ -75,7 +75,7 @@ void shouldNotPruneStackTraceWhenDisabled() {
75
List<StackTraceElement> stackTrace = extractStackTrace(results);
76
77
assertStackTraceMatch(stackTrace, """
78
- \\Qorg.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:\\E.+
+ \\Qorg.junit.jupiter.api.Assertions.fail(Assertions.java:\\E.+
79
>>>>
80
\\Qorg.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:\\E.+
81
0 commit comments