Lines Matching refs:tests
10 Included in the tests/google directory are a bundle of tests, many of which can
13 1. Wifi tests for access point interopability, enterprise server integration,
15 2. Bluetooth tests for low energy, GATT, SPP, and bonding.
16 3. Cellular tests for circuit switch and IMS calling, data connectivity,
32 To run unit tests:
78 cd framework/tests/ \
102 To run tests, required information must be provided via a json-formatted
118 "testpaths": ["../tests/sample"],
133 Test classes must also contain an iterable member self.tests that lists the
144 self.tests = (
154 By default all test cases listed in a Test Class\'s self.tests will be run.
156 specific tests within a test class.
162 Multiple tests may be specified with a comma-delimited list. The following