You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: