我正在使用 Spek 插件在 IDEA-2018.2 中使用 Gradle 构建工具进行 Junit 测试这是上面的依赖版本-
ext.junitPlatformVersion = '1.0.0'
ext.spekVersion = '1.1.5'
依赖-
testRuntime "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
运行 throw 时,./gradlew test
它可以很好地测试,没有任何错误,但是Spek Run
在该测试文件中运行时,它会抛出以下错误-
java.lang.NoSuchMethodError: com.company.Class.method(Linput1; Linput2) Lio/reactivex/Single;
由于公司的隐私没有写出实际的类名和方法。会有任何帮助吗?