dmitriy.m
09/02/2016, 10:46 AMadambl4
09/02/2016, 10:47 AMadambl4
09/02/2016, 10:48 AMjunit4-runner
dmitriy.m
09/02/2016, 10:48 AMraniejade
09/02/2016, 10:49 AMdependencies {
compile "org.jetbrains.kotlin:kotlin-reflect"
compile "org.jetbrains.kotlin:kotlin-stdlib"
testCompile 'com.natpryce:hamkrest'
testCompile 'org.jetbrains.spek:spek-api'
testRuntime 'org.jetbrains.spek:spek-junit-platform-engine'
// @RunWith(JUnitPlatform::class)
testCompile 'org.junit.platform:junit-platform-runner'
}
dmitriy.m
09/02/2016, 10:50 AMadambl4
09/02/2016, 10:50 AMtestCompile 'org.jetbrains.spek:spek-api:1.0.89'
testCompile "org.junit.platform:junit-platform-runner:1.0.0-M2
raniejade
09/02/2016, 10:50 AMorg.jetbrains.spek:spek-junit-platform-engine
in your runtime classpath if you use @RunWith(…)
raniejade
09/02/2016, 10:51 AMorg.junit.platform:junit-platform-runner:1.0.0-M2
dmitriy.m
09/02/2016, 10:51 AMraniejade
09/02/2016, 10:51 AM1.0.89
for spekdmitriy.m
09/02/2016, 10:52 AMdmitriy.m
09/02/2016, 10:52 AMtestCompile "org.junit.platform:junit-platform-runner:1.0.0”
(adambl4
09/02/2016, 10:52 AMtestRuntime()
without applied junit5 pluginraniejade
09/02/2016, 10:53 AMdmitriy.m
09/02/2016, 10:53 AMadambl4
09/02/2016, 10:53 AMadambl4
09/02/2016, 10:53 AM1.0.0-M2
dmitriy.m
09/02/2016, 10:54 AMraniejade
09/02/2016, 10:57 AMtestCompile
.simon.vergauwen
09/02/2016, 11:04 AM1.0.9
O.Osimon.vergauwen
09/02/2016, 11:08 AMsimon.vergauwen
09/02/2016, 11:08 AMspek : "org.jetbrains.spek:spek-api:$
spek_runner : "org.jetbrains.spek:spek-junit-platform-engine:$spek_version"
simon.vergauwen
09/02/2016, 11:08 AMJUnitSpekRunner::class
adambl4
09/02/2016, 11:11 AMspek-junit-platform-engine
and the plugin started workingadambl4
09/02/2016, 11:11 AMraniejade
09/02/2016, 11:12 AMspek-junit-platform-engine
?adambl4
09/02/2016, 11:12 AMsimon.vergauwen
09/02/2016, 11:13 AMadambl4
09/02/2016, 11:13 AMtestCompile 'org.jetbrains.spek:spek-api:1.0.89'
testCompile 'org.jetbrains.spek:spek-junit-platform-engine:1.0.89'
testCompile "org.junit.platform:junit-platform-runner:1.0.0-M2"