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

Refactor Needed for Tests with @ParameterizedTest Annotation (JUnit 5) #23

Open
luoos opened this issue Dec 13, 2020 · 0 comments
Open

Comments

@luoos
Copy link
Contributor

luoos commented Dec 13, 2020

Each @ParameterizedTest test can run several times, based on its parameters. So there may be more than one TestResult generated for each test. Refactor is needed.

The current behavior is to filter out tests with @ParameterizedTest annotation when locating tests.

@luoos luoos changed the title Refactor needed for Tests with @ParameterizedTest Annotation (JUnit 5) Refactor Needed for Tests with @ParameterizedTest Annotation (JUnit 5) Dec 13, 2020
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