/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
D | ProfileSuiteTest.java | 187 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/ |
D | AudioTestHarnessInstrumentationTestRunner.java | 28 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/ |
D | LongevitySuiteTest.java | 66 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/ |
D | README.md | 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. [all …]
|
/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/ |
D | LongevitySuite.java | 89 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/ |
D | ProfileSuite.java | 72 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()
|
D | LongevitySuite.java | 143 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/ |
D | CHANGELOG.md | 1 # Quickstart performance test suite release history
|
/platform_testing/libraries/screenshot/ |
D | TEST_MAPPING | 12 // v2/sysui/suite/test-mapping-sysui-screenshot-test
|
/platform_testing/tests/bettertogether/betocq/ |
D | CHANGELOG.md | 1 # 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
|
D | ReadMe.md | 49 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.
|