Mgj
07/30/2020, 3:16 PMjvmTest
sourceset that i use to run unit tests. I can run individual test-classes or individual test-methods from IntelliJ, and gradlew jvmTest
also works correctly but when i try to "Run all tests..." for jvmTest i get an error: "No tests were found". What gives? Gradle:
jvmTest {
dependencies {
implementation kotlin('test')
implementation kotlin('test-junit')
}
}
WillP
07/30/2020, 5:09 PM--info
flagAndrew
08/04/2020, 4:17 PM