Reputation: 20140
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?
Upvotes: 0
Views: 1693
Reputation: 30007
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...
Upvotes: 1