todo.txt-android
todo.txt-android copied to clipboard
Improve tests for asynchronous actions.
This article discusses using a CountDownLatch for testing async tasks: http://codetalk.de/?p=43 http://developer.android.com/reference/java/util/concurrent/CountDownLatch.html
May be easier and more robust than using time-based waiting.