Hello
I'm developing a JUnit runner called HavaRunner (https://github.com/havarunner/havarunner).
When I run multiple @RunWith(HavaRunner.class) annotated classes in IDEA, I see the following message in my IDEA concole:
Wrong test finished. Last started: [] stopped: myTestName(com.github.myapp.MyUITest$MyTestInStaticInnerClass); class org.junit.runner.Description
Any idea what could cause this?
The message seems to come from within IDEA, since I cannot find the string "Wrong test finished" in any of my dependencies.