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 745837f commit bdbb937Copy full SHA for bdbb937
documentation/src/docs/asciidoc/release-notes/release-notes-6.1.0-M2.adoc
@@ -45,8 +45,8 @@ repository on GitHub.
45
[[release-notes-6.1.0-M2-junit-jupiter-new-features-and-improvements]]
46
==== New Features and Improvements
47
48
-* ❓
49
-
+* Trim internal stack frames from `AssertionFailedError` stack traces.
+* Introduce new `trimStacktrace(Class<?>)` method for `AssertionFailureBuilder`. It allows user defined assertions to trim their stacktrace.
50
51
[[release-notes-6.1.0-M2-junit-vintage]]
52
=== JUnit Vintage
0 commit comments