Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running tests from IntelliJ in RC18 #40

Closed
FloWi opened this issue Mar 4, 2020 · 1 comment · Fixed by #47
Closed

Problem running tests from IntelliJ in RC18 #40

FloWi opened this issue Mar 4, 2020 · 1 comment · Fixed by #47

Comments

@FloWi
Copy link

FloWi commented Mar 4, 2020

In RC17 I was able to run the tests from within IntelliJ. I think in RC18 s.th. broke.

I get this error from the ZTestRunner.

Exception in thread "main" java.lang.NoSuchMethodError: zio.test.TestRunner.unsafeRun$default$2()Lzio/test/TestLogger;
	at zio.intellij.testsupport.runner.ZTestRunner$.run(ZTestRunner.scala:37)
	at zio.intellij.testsupport.runner.ZTestRunnerHost.main(ZTestRunnerHost.java:5)

As discussed with @adamgfraser in zio/zio#3014 it seems to be an issue with the IDEA plugin.

@holinov
Copy link

holinov commented Mar 26, 2020

same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants