jlw
10/15/2020, 1:21 PMsam
10/15/2020, 2:11 PMjlw
10/15/2020, 2:59 PM> ./gradlew clean test --tests exampleSpec
No tests found for ….
jlw
10/15/2020, 3:00 PMgradle test
it executes all of the junit5 tests and spek tests but not any of the kotestssam
10/15/2020, 3:01 PMgradle test
runs the junit and kotest tests ?jlw
10/15/2020, 3:03 PMsam
10/15/2020, 3:03 PMjlw
10/15/2020, 3:04 PMsam
10/15/2020, 3:05 PMsam
10/15/2020, 3:05 PMjlw
10/15/2020, 3:07 PMtest {
useJUnitPlatform() {
includeEngines 'spek', 'junit-vintage', 'junit-jupiter'
}
}
sam
10/15/2020, 3:08 PMtest {
useJUnitPlatform() {
includeEngines 'spek', 'junit-vintage', 'junit-jupiter', 'kotest'
}
}
jlw
10/15/2020, 3:08 PMsam
10/15/2020, 3:08 PMsam
10/15/2020, 3:08 PMjlw
10/15/2020, 3:09 PMjlw
10/15/2020, 3:09 PMsam
10/15/2020, 3:09 PM