I am using the gradle kotlin dsl - my tests are not being found when I run
gradle test
I am using JUnit 5. Is JUnit 5 supported? Any idea what I need to make it detect my tests?
m
mannodermaus
11/21/2017, 10:51 AM
I don’t use gradle-kotlin-dsl, but maybe you need to configure the selectors manually. How are your test classes named? By default, JUnit Platform will scan only for classes matching