artem_zin
07/20/2017, 5:16 AM<https://github.com/gojuno/composer>
<https://github.com/gojuno/swarmer>
<https://github.com/gojuno/commander>
Not Android projects though, sorrydsgryazin
07/20/2017, 10:23 PMraniejade
07/23/2017, 2:30 PMadambl4
07/23/2017, 4:23 PMraniejade
07/23/2017, 4:25 PMraniejade
07/23/2017, 4:25 PMraniejade
07/23/2017, 4:26 PMraniejade
07/23/2017, 4:27 PMuser
07/23/2017, 4:35 PMuser
07/23/2017, 7:37 PMjava.lang.NoSuchMethodError: org.jetbrains.spek.engine.Scope.setSource(Lorg/junit/platform/engine/TestSource;)V
at org.jetbrains.spek.engine.Scope.<init>(Scope.kt:26)
user
07/23/2017, 7:38 PMuser
07/23/2017, 10:25 PMraniejade
07/23/2017, 10:37 PMtestCompile 'org.junit.platform:junit-platform-launcher:1.0.0-M4'
, tested it with AS Canary 3.0. Plugin has 1.0.0-M3 bundled
.adambl4
07/24/2017, 7:52 AMadambl4
07/24/2017, 7:53 AMtestCompile 'org.jetbrains.spek:spek-api:1.1.2'
testCompile 'org.jetbrains.spek:spek-junit-platform-engine:1.1.2'
testCompile 'org.junit.platform:junit-platform-launcher:1.0.0-M4'
raniejade
07/24/2017, 7:54 AMraniejade
07/24/2017, 8:09 AMadambl4
07/24/2017, 8:39 AMadambl4
07/24/2017, 8:43 AMGradle-aware Make
makes its job. Let me do more testingraniejade
07/24/2017, 8:47 AMrattleshirt
07/27/2017, 12:07 PMCould not load class with name
.
Using ext.kotlin_version = '1.1.3-2'
ext.android_plugin_version = '3.0.0-alpha8'
ext.junit_platform_version = '1.0.0-M4'
// Junit
classpath "org.junit.platform:junit-platform-gradle-plugin:$junit_platform_version"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M6"
final SPEK_VERSION = '1.1.2'
testImplementation "org.jetbrains.spek:spek-api:$SPEK_VERSION"
testImplementation "org.jetbrains.spek:spek-junit-platform-engine:$SPEK_VERSION"
testImplementation "org.junit.platform:junit-platform-launcher:$junit_platform_version"
junitPlatform {
jupiterVersion "5.0.0-M4"
vintageVersion "4.12.0-M4"
platformVersion '1.0.0-M4'
filters {
engines {
include 'spek'
}
}
}
raniejade
07/27/2017, 12:08 PMraniejade
07/27/2017, 12:08 PMrattleshirt
07/27/2017, 12:08 PMraniejade
07/27/2017, 12:10 PMrafal
07/27/2017, 12:10 PMcompileTestJava
rafal
07/27/2017, 12:10 PMrattleshirt
07/27/2017, 12:11 PMassembleDevelopmentDebugUnitTest
rattleshirt
07/27/2017, 12:11 PM