Just implementing Runnable is enough for many test cases. If you
have additional setup or teardown, this interface might be for you,
especially if you need to share it between different test cases, or your
teardown code must execute regardless of whether your test passed.
See the android.test package documentation (click the more... link)
for a full description