openrewrite / rewrite-testing-frameworks

OpenRewrite recipes that perform common Java testing migration tasks.
Apache License 2.0
77 stars 73 forks source link

Do not perform `JUnit4to5Migration` where TestNG is used #592

Closed Laurens-W closed 2 months ago

Laurens-W commented 2 months ago

What's changed?

Precondition added to JUnit4to5Migration that checks whether testNG is used

Anything in particular you'd like reviewers to focus on?

Anyone you would like to review specifically?

@timtebeek

Additional context

Checklist