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 7933e30 commit f37fd16Copy full SHA for f37fd16
documentation/modules/ROOT/partials/release-notes/release-notes-6.1.0-M2.adoc
@@ -51,6 +51,9 @@ repository on GitHub.
51
* Introduce new `trimStacktrace(Class<?>)` and `retainStackTraceElements(int)`
52
methods for `AssertionFailureBuilder`. These allow user defined assertions to
53
trim their stacktrace.
54
+* Kotlin inline value classes (such as `Result<T>`) can now be used as parameters in
55
+`@ParameterizedTest` methods when `kotlin-reflect` is on the classpath.
56
+See {junit-team-issue}5081[#5081].
57
58
[[v6.1.0-M2-junit-vintage]]
59
=== JUnit Vintage
0 commit comments