Lines Matching refs:module
63 <tr><td> -m</td><td>--rebuild-module-info</td>
64 <td>Forces a rebuild of the module-info.json file.</td></tr>
109 Identifying a test by its module name will run the entire module. Input
113 Note: Use **TF Integration Test** to run non-module tests integrated directly
124 class and not the whole module. **Module:Class** is the preferred way to run
141 the module name.
172 Both module-based tests and integration-based tests can be run by
177 Example - 2 ways to run the `CtsJankDeviceTestCases` module via path:<br>
178 1. run module from android \<repo root>: `atest cts/tests/jank`
182 Example - run a specific class within `CtsJankDeviceTestCases` module via path:<br>
230 It is possible to run only specific methods within a test class. While the whole module will
249 These are preferred over just the class name, because specifying the module or the java file locati…
264 a subset of classes in a module will improve performance over running the whole module.
267 - two classes in same module:<br>