Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DScheduler.java33 public final Iterable<TestCase> apply(final List<TestCase> cases) { in apply() argument
36 return applyInternal(cases); in apply()
61 protected abstract Iterator<TestCase> applyInternal(List<TestCase> cases);
70 protected Iterator<TestCase> applyInternal (final List<TestCase> cases) {
75 return count < (cases.size() * mIterations);
79 return cases.get(count++ % cases.size());
141 protected Iterator<TestCase> applyInternal(final List<TestCase> cases) {
142 final int a = randomRelPrime(cases.size());
149 return count < (cases.size() * mIterations);
153 return cases.get((a * (count++) + b) % cases.size());
/platform_testing/tests/bettertogether/betocq/
DCHANGELOG.md19 * Fix the bug that it can not run the test cases of eSIM and Quick Share.
32 * Add P2P frequency check for MCC test cases.
54 * Fix the missing data of failed test cases by replacing all "sponge_properties"
60 * Add P2P frequency check for WFD/HS SCC test cases.
62 * Remove AP frequency check for the test cases with empty wifi_ssid.
63 * Fix typo in DFS test cases and reduce BT transfer size by 50%.
67 frequency mismatch cases.
DReadMe.md44 CUJ test are implemented as the test cases defined in the `compound_test`
64 ## Test cases {:#test-cases}
67 test cases are defined to cover:
73 The test cases uses the following naming convention:
92 Note that some test cases are skipped if they aren't supported by the device
109 MCC test cases run more iterations than SCC test cases.
110 5G test cases transfer larger files than 2G test cases.
112 The test cases execution depends on the device capability, so it's
145 to support all test cases. The test AP must have the access to
279 string `""` so that the 5G DFS test cases are skipped.
/platform_testing/libraries/health/runners/longevity/
DREADME.md3 This library serves as a test runner for longevity suites, which exercise test cases repeatedly in
66 * `shuffle <bool>` - shuffles all test cases in the repeated suite.
/platform_testing/libraries/flicker/
DREADME.md58 …ested assertions, keeping assertions simple) with providing support for common assertion use cases.