The latest release of JUnit Platform Runner 1.0.0 does not seem to work with Spek 1.1.4, throwing the following error:
WARNING: TestEngine with ID 'spek' failed to discover tests
java.lang.IllegalAccessError: tried to access method org.junit.platform.engine.support.descriptor.ClassSource.<init>(Ljava/lang/Class;)V from class org.jetbrains.spek.engine.SpekTestEngine
at org.jetbrains.spek.engine.SpekTestEngine.resolveSpec(SpekTestEngine.kt:114)
However, JUnit platform runner 1.0.0-RC3 works just fine.
Should be fixed by #260, please wait for new release :)
Great to see this has been fixed already :) Any ETA on the release @raniejade?
+1
Sorry for the delays, doing the release now. 1.1.5 will be available in bintray and central in a couple of hours.
Awesome, thanks!
Yay it works :) @raniejade will 1.1.5 be available via jcenter/central given that it's an EAP release? At the moment I have to add the jetbrains repo. If it's not, when's the next normal release?
+1
Most helpful comment
Should be fixed by #260, please wait for new release :)