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

Lines Matching full:methods

16       <li><a href="#test_method">Add Test Methods to Verify Your Activity</a></li>
35 test methods. You can then run your test to get a test report. If any test
72 {@link junit.framework.TestCase#tearDown()} methods in your test. The
74 running any other test methods, and {@link junit.framework.TestCase#tearDown()}
75 at the end of each test method execution. You can use these methods to keep
76 the code for test initialization and clean up separate from the tests methods.
90 methods to your test case, and add variable declarations for the
157 <p>The assertion methods are from the JUnit {@link junit.framework.Assert}
167 <p>In both cases, the test runner proceeds to run the other test methods in the
170 <h3 id="test_method">Add Test Methods to Verify Your Activity</h3>
171 <p>Next, add one or more test methods to verify the layout and functional
188 <p class="note"><strong>Note:</strong> When naming test methods, you can use
200 <p>If you added a {@code testPreconditions()} method, put your test methods