-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Introduce migration support for JUnit 4's Parameterized Runner #715
Comments
When thinking about this in isolation, I would like to point out a small thing. Maybe it would be better to name Maybe What does the team think? |
|
It's definitely an interesting idea, and I imagine people would find it useful. So if you have the time and inclination, feel free to take a shot at it. |
@RunWith(Parameterized.class)
@LiamClark, @sbrannen Hi, how can I use ParameterizedExtension.class in my project? I added dependency junit-jupiter-api (5.1.0-RC1) and junit-jupiter-engine (5.0.3), but I still can't use it to @ExtendWith :c |
@TatyanaSnigiriova, the However, you can view the (now closed) work in progress in PR #723. |
@sbrannen Could you help me?
Thank you for your attention |
Having said that, if you post the link back here, we'll see if we can help answer it. |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
This issue has been automatically closed due to inactivity. If you have a good use case for this feature, please feel free to reopen the issue. |
Overview
Introduce migration support for JUnit 4's
@RunWith(Parameterized.class)
.@marcphilipp mentioned through email that it would be nice to have an extension in
junit-jupiter-migration-support
that allows tests to be run that were originally written with JUnit 4 using theParameterized
runner.What this would look like:
If everybody agrees this is a good idea, I would like to tackle this issue.
Deliverables
ParameterizedExtension
extension injunit-jupiter-migration-support
.The text was updated successfully, but these errors were encountered: