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?
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?