Home | History | Annotate | Download | only in activity-testing

Lines Matching full:strong

37 <p class="note"><strong>Note:</strong> In the Test-Driven Development (TDD)
49 application package, suffixed with <strong>".tests"</strong>. In the test package
52 want to test, but suffixed with <strong>?Test?</strong>.</p>
56 your test project and select <strong>New &gt; Package</strong>.</li>
57 <li>Set the <strong>Name</strong> field to
60 <strong>Finish</strong>.</li>
62 <strong>New &gt; Class</strong>.</li>
63 <li>Set the <strong>Name</strong> field to
65 {@code MyFirstTestActivityTest}) and click <strong>Finish</strong>.</li>
188 <p class="note"><strong>Note:</strong> When naming test methods, you can use
211 the <strong>Settings</strong> menu, select <strong>Developer options</strong>
214 earlier and select <strong>Run As &gt; Android Junit Test</strong>.</li>
216 connected, then click <strong>OK</strong>.</li>
223 <strong>Figure 1.</strong> Result of a test with no errors.