Lines Matching refs:test

3 This library serves as a test runner for longevity suites, which exercise test cases repeatedly in
4 order to exercise or stress the device under test. Annotate a collection of JUnit test classes with
20 **Run simple test suite 50 times, and quit when an error is encountered.**
23 org.junit.runner.JUnitCore android.host.test.longevity.samples.SimpleSuite`
25 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.**
29 org.junit.runner.JUnitCore android.host.test.longevity.samples.SimpleSuite`
36 android.platform.test.longevity.samples/androidx.runner.AndroidJUnitRunner`
38 **Run simple test suite 50 times, and quit when an error is encountered.**
41 -e class android.platform.test.longevity.samples.SimpleSuite
42 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
44 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.**
47 -e class android.platform.test.longevity.samples.SimpleSuite
48 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
50 **Run simple test suite 100 times, and quit when battery drops below 5%.**
53 -e class android.platform.test.longevity.samples.SimpleSuite
54 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
59 -e class android.platform.test.longevity.samples.SimpleProfile
60 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
66 * `shuffle <bool>` - shuffles all test cases in the repeated suite.
68 * `timeout_msec <long>` - a timeout for individual test methods.
69 * `quitter <bool>` - quit the suite if any test errors are encountered.
78 org.junit.runner.JUnitCore <test class>`.
82 android.platform.test.longevity.tests/androidx.test.runner.AndroidJUnitRunner`.