am a27afde3: Merge "Fix typo in activity_testing.jd" into lmp-mr1-dev
automerge: 2eaf0b0
* commit '2eaf0b0a7b86304a739f91033e9f8f053123e74d':
Fix typo in activity_testing.jd
This commit is contained in:
@@ -242,7 +242,7 @@ parent.link=index.html
|
|||||||
This changes when you run tests against the application. With instrumentation-based classes,
|
This changes when you run tests against the application. With instrumentation-based classes,
|
||||||
you can invoke methods against the UI of the application under test. The other test classes
|
you can invoke methods against the UI of the application under test. The other test classes
|
||||||
don't allow this. To run an entire test method on the UI thread, you can annotate the thread
|
don't allow this. To run an entire test method on the UI thread, you can annotate the thread
|
||||||
with <code>@UIThreadTest</code>. Notice that this will run <em>all</em> of the method statements
|
with <code>@UiThreadTest</code>. Notice that this will run <em>all</em> of the method statements
|
||||||
on the UI thread. Methods that do not interact with the UI are not allowed; for example, you
|
on the UI thread. Methods that do not interact with the UI are not allowed; for example, you
|
||||||
can't invoke <code>Instrumentation.waitForIdleSync()</code>.
|
can't invoke <code>Instrumentation.waitForIdleSync()</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user