Relative Content

Tag Archive for pitest

Is JDK 21 supported yet with PIT Mutation testing?

I have been trying to integrate my spring boot java project running on gradle with Kotlin DSL.
But receiving exception:
PIT >> INFO : Created 0 mutation test units in pre scan
Exception in thread “main” org.pitest.help.PitHelpError: No mutations found. This probably means there is an issue with either the supplied classpat
h or filters.
See https://pitest.org for more details.