Lines Matching refs:suite
18 `java <options> -cp <jar> org.junit.runner.JUnitCore <suite>`
20 **Run simple test suite 50 times, and quit when an error is encountered.**
25 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.**
35 `adb shell am instrument -w -r -e <option> <value> -e class <suite>
38 **Run simple test suite 50 times, and quit when an error is encountered.**
44 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.**
46 `adb shell am instrument -w -r -e iterations 10 -e shuffle true -e suite-timeout_msec 1800000
50 **Run simple test suite 100 times, and quit when battery drops below 5%.**
56 **Run a suite using the sample profile under assets/**
64 * `iterations <int>` - the number of times to repeat the suite.
66 * `shuffle <bool>` - shuffles all test cases in the repeated suite.
67 * `suite-timeout_msec <long>` - an overall timeout for the suite.
69 * `quitter <bool>` - quit the suite if any test errors are encountered.