jasper
05/25/2017, 5:17 AMraniejade
05/25/2017, 5:17 AM1.0.0-M4
jasper
05/25/2017, 5:18 AMjasper
05/25/2017, 5:21 AMjasper
05/25/2017, 5:21 AM@RunWith(JUnitPlatform::class)
annotationjasper
05/25/2017, 5:21 AMit
clauses. But with, that possibility goes away.jasper
05/25/2017, 5:22 AMraniejade
05/25/2017, 5:22 AM@RunWith(...)
the JUnit plugin takes over.jasper
05/25/2017, 5:23 AMraniejade
05/25/2017, 5:23 AMjasper
05/25/2017, 5:23 AMraniejade
05/25/2017, 5:24 AMjasper
05/25/2017, 5:25 AMraniejade
05/25/2017, 5:25 AMjasper
05/25/2017, 5:26 AMraniejade
05/25/2017, 5:26 AMjasper
05/25/2017, 5:26 AM@RunWith
annotation is not there.raniejade
05/25/2017, 5:26 AMjasper
05/25/2017, 5:27 AMraniejade
05/25/2017, 5:27 AMorg.junit.platform:junit-platform-launcher:1.0.0-M4
, junit-platform-runner
pulls that in.jasper
05/25/2017, 5:27 AMjasper
05/25/2017, 5:27 AMjasper
05/25/2017, 5:28 AMraniejade
05/25/2017, 5:28 AMjasper
05/25/2017, 11:17 AMraniejade
05/25/2017, 2:39 PMjackmiras
05/25/2017, 5:29 PMtestRuntime 'org.junit.platform:junit-platform-launcher:1.0.0-M4'
dependency... this is the only thing that differs from our build.gradle script.
This are the dependencies that I have in my build.gradle:
dependencies {
testCompile "org.jetbrains.spek:spek-api:$spek_version"
testRuntime "org.jetbrains.spek:spek-junit-platform-engine:$spek_version"
testRuntime 'org.junit.platform:junit-platform-launcher:1.0.0-M4'
testCompile 'com.nhaarman:mockito-kotlin:1.4.0'
testCompile 'org.amshove.kluent:kluent:1.21'
testCompile 'com.github.javafaker:javafaker:0.13'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile 'com.github.salomonbrys.kodein:kodein:3.4.0'
compile 'com.sparkjava:spark-core:2.6.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.6'
compile 'org.slf4j:slf4j-simple:1.7.21'
compile 'org.mongodb.morphia:morphia:1.3.2'
}
kitttn
05/25/2017, 6:03 PMkitttn
05/25/2017, 6:04 PMkitttn
05/25/2017, 6:05 PM