File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,9 @@ repository on GitHub.
98
98
temporary directories. See the
99
99
<<../user-guide/index.adoc#writing-tests-built-in-extensions-TempDirectory, User Guide>>
100
100
for details.
101
- * If a non-static `@MethodSource` factory method is used with test instance per-method
102
- lifecycle semantics, the exception thrown now informs the user that the factory method
103
- must be `static` unless the test class is annotated with
104
- `@TestInstance(Lifecycle.PER_CLASS)`.
101
+ * If `@MethodSource` is used with a non-static factory method that should be `static`, the
102
+ exception thrown now provides the user a meaningful explanation of how to address the
103
+ problem.
105
104
106
105
107
106
[[release-notes-5.10.0-M1-junit-vintage]]
You can’t perform that action at this time.
0 commit comments