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

Simplify similar JUnit test (by using the JUnit's Parameterized-Runner) #973

Open
ghostcity opened this issue Nov 8, 2020 · 0 comments
Open

Comments

@ghostcity
Copy link
Contributor

As seen by #971, some JUnit tests similar to each other and just differ in the specific test data.
JUnit offers the @RunWith(Parameterized.class)-Runner to deal with that in a more compact way.

I'd like to offer such simplification.

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

No branches or pull requests

1 participant