Reuse the ExecutorService in DelegateRunnerWithTimeout so all tests are run on the same thread. Summary: It appears that all tests that use `ShadowLooper` in Robolectric need to be started from the same thread so that its `resetThreadLoopers()` method works as expected. Test Plan: Sandcastle builds. I promise to write an integration test in a follow-up diff.
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0