Hi,

I have a suite of components that perform some asynchronous processing
and post results back to UI thread (pretty standard thing ....
utilizing AsyncTask).

Now I'm trying to come up with the unit tester (utilizing android.test
classes) that would call the components APIs, wait for result and
verify it.
Essentially I kind of need to keep the main UI loop running/looping
while waiting for result in the unit test function before exiting
it ....

I was wondering what is the best  way to accomplish this ?

Thanks,
Alex

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to