Closed GoogleCodeExporter closed 9 years ago
Robotium does not support being run concurrently in different threads.
Original comment by renasr...@gmail.com
on 26 Sep 2011 at 6:55
Thanks a lot.
In fact, what I want to do is set time out for test case.
So I want to check testMethod2 can be executed well after testMethod1 timed out.
Now, I think the root cause is that thread is not closed in testMethod1, then
it effects testMethod2, am I right?
I tried to use method interrupt to close thread, but no help.
Is there any other ways to close thread?
Thank you very much.
Original comment by derek110...@gmail.com
on 26 Sep 2011 at 8:48
Original issue reported on code.google.com by
derek110...@gmail.com
on 26 Sep 2011 at 3:22