Can't Repro
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
be...@google.com <be...@google.com> #3
Do you have a complete repro project that you could attach? I cannot reproduce this, but TBH I'm not sure I'm setting up Spek correctly.
ni...@gmail.com <ni...@gmail.com> #4
Probably this is a copy of https://issuetracker.google.com/issues/38454212
Because we compile unitTest, Kotlin classes are not part of the classpath, so this precondition violation occurs.
You may close it at least now, i will re-open when test on Canary 3
Because we compile unitTest, Kotlin classes are not part of the classpath, so this precondition violation occurs.
You may close it at least now, i will re-open when test on Canary 3
ni...@gmail.com <ni...@gmail.com> #5
(if error persists, of course)
Description
Build #AI-171.4010489, built on May 16, 2017
JRE: 1.8.0_112-release-b736 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.10.11-1-ARCH
Steps to Reproduce:
1. setup the jUnit 5 platform for Android (see
2. create a Spek test (
3. try to run it, using gradle testDebugUnitTest