pitest / pitest-junit5-plugin

JUnit 5 test framework support for Pitest
Apache License 2.0
74 stars 26 forks source link

0 tests found with JUnit 5 parameterized test #61

Closed JCook21 closed 3 years ago

JCook21 commented 3 years ago

I'm experimenting with Pitest with a very simple project using the Roman numerals kata. I'm using a parameterized test and Pit seems unable to find my test classes. I can see mutations successfully created but it always tells me that 0 tests were found. I've put my code in a repo at https://github.com/JCook21/RomanNumeralsPitestJava: can anyone spare a few minutes to look into this to tell me what I'm doing wrong?

JCook21 commented 3 years ago

I'm sorry, I think this is a false alarm. After re-installing PIT and playing with this a little more it seems to be working.