Home
last modified time | relevance | path

Searched refs:expect_test (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/bluetooth_AdapterEPHealth/
Dbluetooth_AdapterEPHealth.py202 self.expect_test(expected_pass, self.test_hid_device_created,
206 self.expect_test(expected_pass, verifier, device)
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_audio_tests.py1226 self.expect_test(False, self.test_device_a2dp_connected, device)
Dbluetooth_adapter_tests.py836 def expect_test(self, expected_result, test_method, *args, **kwargs): member in BluetoothAdapterTests