Benoît Liessens
03/19/2023, 11:20 AMkotest-assertions-core-jvm
, kotest-runner-junit4-jvm
and kotest-assertions-core-jvm
(all version 5.5.5) but Maven does not execute my kotest: the test fails when running with IntelliJ yet mvn test
says successful build. Also, I do not find a junit report file in target/surefire-reports.
What am I missing?
Thanks@RunWith(KotestTestRunner::class)
to the test class.
Is this the recommended approach with junit4?