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

Add Recipe for migrating JUnit4 @RunWith(Parameterized.class) to JUnit5 ParameterizedTest #89

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

pway99
Copy link
Contributor

@pway99 pway99 commented Mar 24, 2021

Add Recipe for migrating JUnit4 @RunWith(Parameterized.class) to the Junit 5 Jupiter ParameterizedTest equivalent. Fixes #81

…Junit 5 Jupiter ParameterizedTest equivalent. Fixes #81
@jkschneider jkschneider merged commit f1d4545 into master Mar 24, 2021
@jkschneider jkschneider deleted the parameterized-test-with-method-source branch March 24, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JUnit 4 to 5 recipe for JUnit4 Parameterized Tests
2 participants