You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run an individual context or a should node of ShouldSpec Idea, I'm getting "Test framework quit unexpectedly" with
Exception in thread "main" java.lang.NoClassDefFoundError: io/kotest/common/ConcurrentHashMapKt
at io.kotest.engine.listener.CollectingTestEngineListener.<init>(CollectingTestEngineListener.kt:11)
at io.kotest.engine.launcher.MainKt.main(main.kt:25)
Caused by: java.lang.ClassNotFoundException: io.kotest.common.ConcurrentHashMapKt
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 2 more
Running the whole spec works fine.
The problem is present with both "Run tests using: Gradle (Default)" and "Run tests using: IntelliJ Idea"
The text was updated successfully, but these errors were encountered:
When trying to run an individual
context
or ashould
node ofShouldSpec
Idea, I'm getting "Test framework quit unexpectedly" withRunning the whole spec works fine.
The problem is present with both "Run tests using: Gradle (Default)" and "Run tests using: IntelliJ Idea"
The text was updated successfully, but these errors were encountered: