Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message for non-static @MethodSource factory methods #3263

Merged
merged 5 commits into from
Apr 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add to release notes
  • Loading branch information
marcphilipp committed Apr 26, 2023
commit 3f5100ad97a09d83084c1ec69f3491c6a081c98e
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ default.
parameter to set the maximum pool size factor.
* New `junit.jupiter.execution.parallel.config.dynamic.saturate` configuration
parameter to disable pool saturation.
* Improve error message for non-static `@MethodSource` factory methods


[[release-notes-5.10.0-M1-junit-vintage]]
Expand Down