Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java187 ProfileSuite suite = in testTimestampScheduling_respectsSchedule() local
202 .when(suite) in testTimestampScheduling_respectsSchedule()
213 .when(suite) in testTimestampScheduling_respectsSchedule()
233 .when(suite) in testTimestampScheduling_respectsSchedule()
241 InOrder inOrderVerifier = inOrder(suite); in testTimestampScheduling_respectsSchedule()
243 suite.run(mRunNotifier); in testTimestampScheduling_respectsSchedule()
245 inOrderVerifier.verify(suite).run(argThat(notifier -> notifier.equals(mRunNotifier))); in testTimestampScheduling_respectsSchedule()
248 .verify(suite) in testTimestampScheduling_respectsSchedule()
258 .verify(suite) in testTimestampScheduling_respectsSchedule()
280 ProfileSuite suite = in testTimestampScheduling_respectsSuiteTimeout() local
[all …]
/platform_testing/libraries/audio-test-harness/instrumentation/src/com/android/media/audiotestharness/instrumentation/
DAudioTestHarnessInstrumentationTestRunner.java28 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local
29 suite.addTestSuite(AudioTestHarnessCaptureTest.class); in getAllTests()
30 return suite; in getAllTests()
/platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/
DLongevitySuiteTest.java66 LongevitySuite suite = in testDoNotInvalidateTestRuns() local
69 suite.run(new RunNotifier()); in testDoNotInvalidateTestRuns()
81 LongevitySuite suite = in testInvalidateTestRuns() local
85 suite.run(new RunNotifier()); in testInvalidateTestRuns()
113 LongevitySuite suite = in testTimeoutTestRuns() local
117 suite.run(new RunNotifier()); in testTimeoutTestRuns()
146 LongevitySuite suite = in testChildAccounting() local
148 assertEquals(suite.testCount(), expectedIterations * 3); in testChildAccounting()
/platform_testing/libraries/health/runners/longevity/
DREADME.md18 `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.
[all …]
/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/
DLongevitySuite.java89 Class<?> suite, RunnerBuilder builder, Map<String, String> args) in constructClassRunners() argument
93 SuiteClasses annotation = suite.getAnnotation(SuiteClasses.class); in constructClassRunners()
96 "Longevity suite, '%s', must have a SuiteClasses annotation", suite.getName())); in constructClassRunners()
101 return modifier.apply(args, builder.runners(suite, annotation.value())); in constructClassRunners()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfileSuite.java72 Class<?> suite, RunnerBuilder builder, Bundle args) in constructClassRunners() argument
77 SuiteClasses annotation = suite.getAnnotation(SuiteClasses.class); in constructClassRunners()
80 "Longevity suite, '%s', must have a SuiteClasses annotation", suite.getName())); in constructClassRunners()
110 return profile.getRunnerSequence(builder.runners(suite, annotation.value())); in constructClassRunners()
114 suite, new ArrayList<Runner>(), builder, args); in constructClassRunners()
DLongevitySuite.java143 Class<?> suite, List<Runner> additional, RunnerBuilder builder, Bundle args) in constructClassRunners() argument
148 SuiteClasses annotation = suite.getAnnotation(SuiteClasses.class); in constructClassRunners()
151 "Longevity suite, '%s', must have a SuiteClasses annotation", suite.getName())); in constructClassRunners()
175 List<Runner> runners = builder.runners(suite, annotation.value()); in constructClassRunners()
/platform_testing/tests/bettertogether/quickstart/performance_test/
DCHANGELOG.md1 # Quickstart performance test suite release history
/platform_testing/libraries/screenshot/
DTEST_MAPPING12 // v2/sysui/suite/test-mapping-sysui-screenshot-test
/platform_testing/tests/bettertogether/betocq/
DCHANGELOG.md1 # BetoCQ test suite release history
13 * Report the suite name to the test summary.
72 * BetoCQ test suite: improved test coverage with the right quality bar taking into
DReadMe.md49 The test suite currently supports three CUJs: Quick Start, Quick Share, and eSIM
61 As a result, this test suite uses the wireless capabilities of test devices as
156 Run the suite and pass the quality bar with one source device
159 - A model that already passed the automated test suite as a target.