This annotation can be used on an {@link InstrumentationTestCase}'s test methods.
When the annotation is present, the test method is executed on the application's
main thread (or UI thread.) Note that instrumentation methods may not be used
when this annotation is present. |