Searched refs:cases (Results 1 – 5 of 5) sorted by relevance
33 public final Iterable<TestCase> apply(final List<TestCase> cases) { in apply() argument36 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());
19 * 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.
44 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 device109 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's145 to support all test cases. The test AP must have the access to279 string `""` so that the 5G DFS test cases are skipped.
3 This library serves as a test runner for longevity suites, which exercise test cases repeatedly in66 * `shuffle <bool>` - shuffles all test cases in the repeated suite.
58 …ested assertions, keeping assertions simple) with providing support for common assertion use cases.