IF an activity has multiple threads then , how can I wait for all of them to finish in my test class. waitForIdle() , runOnUIThread() functions are not working for me.The test method executes before the other threads in activity finish and the test fails . I cannot change the production code.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

