Lines Matching refs:to
3 Learn about test runners and how to create a new test runner class.
14 top-level args consumed by atest passed onto the test runner. It is up to the
15 test runner to translate those args into the specific args the test runner
18 can have a consistent CLI for args instead of requiring the users to remember
20 determine its specific dependencies that need to be built prior to any test
25 First thing to choose is where to put the test runner. This will primarily
33 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
37 to see what a simple test runner will look like.
40 You'll need to override the following parent methods:
44 to be built prior to test execution.
52 There is a parent helper method (```run```) that should be used to execute the
55 Once the test runner class is created, you'll need to add it in