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 23f598a commit e1567f0Copy full SHA for e1567f0
platform-tests/src/test/java/org/junit/platform/StackTracePruningTests.java
@@ -121,6 +121,7 @@ void shouldKeepExactlyEverythingBetweenTestCallAndFirstAssertionCall() {
121
.execute();
122
123
List<StackTraceElement> stackTrace = extractStackTrace(results);
124
+
125
assertStackTraceMatch(stackTrace,
126
"""
127
\\Qorg.junit.jupiter.api.Assertions.fail(Assertions.java:\\E.+
0 commit comments