Hopefully a quick question. I'm using Kotest to r...
# kotest
t
Hopefully a quick question. I'm using Kotest to run my android instrumented tests, and I am currently using
Copy code
androidTestImplementation('io.kotest:kotest-runner-junit5-jvm:4.1.0.197-SNAPSHOT')
in my build.gradle, but Android Studio is giving me the following error:
Copy code
org.junit.runners.model.InvalidTestClassError: Invalid test class 'com.bytonomy.tech.nyteout.architecture.test.utilities.ApplicationSettingsSpec':
1. No runnable methods
at org.junit.runners.ParentRunner.validate(ParentRunner.java:525)
at org.junit.runners.ParentRunner.<init>(ParentRunner.java:92)
at org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:74)
Is this a known issue with this version?
s
@LeoColman is our android guy 🙂
@LeoColman is the answer to this just that we need to release 4.0.2 ?
l
Yes