I’m using Robolectric test runner and unfortunately my test hangs (not test but somwehre in the runner). Are there any flag for JUnit, JVM to print any verbose information so I have more insights where it could hang?
I’m using Robolectric test runner and unfortunately my test hangs (not test but somwehre
Share
I have the feeling (but I might be completely wrong) that there could be a user thread running, and that’s why JUnit never terminates.
Although you can see only two threads when you pause the application…