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

Parameterized test not detected as junit5 test #314

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Aug 6, 2022

  • Use containsTest() to check if a TestPlan has tests
  • Added a test module with recent version of JUnit and co. to reproduce the issue

Fixes #311

- Use recent versions of JUnit and co. and put them before the
infinitest dependencies in the classpath
- Parameterized test is not detected as a JUnit5 test with that
classpath, this reproduces issue infinitest#311
- When running the infinitest-lib tests this reproduces issue infinitest#269
(uncomment the unit tests plugin in the infinitest-runner-test module)
@gtoison gtoison changed the title Pr parameterized test not detected as junit5 test Parameterized test not detected as junit5 test Aug 6, 2022
@gtoison gtoison merged commit 291f1e7 into infinitest:master Aug 6, 2022
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.

@ParameterizedTest is not recognized as a runnable method
1 participant