Open Issues Need Help
View All on GitHubOpenRewrite recipes that perform common Java testing migration tasks.
OpenRewrite recipes that perform common Java testing migration tasks.
OpenRewrite recipes that perform common Java testing migration tasks.
AI Summary: This issue proposes an OpenRewrite recipe to address JUnit test discovery problems in versions 5.13+. The recipe will identify test methods (e.g., `@Test`, `@ParameterizedTest`) that have a non-void return type, change their return type to `void`, and remove any `return` statements from their body, excluding those within nested lambdas or classes. This ensures proper test discovery and execution.
OpenRewrite recipes that perform common Java testing migration tasks.