todo.txt-android icon indicating copy to clipboard operation
todo.txt-android copied to clipboard

Improve tests for asynchronous actions.

Open chuckbjones opened this issue 10 years ago • 0 comments

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.

chuckbjones avatar Mar 09 '14 17:03 chuckbjones