Searched refs:test_logic (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/mobly/mobly/ |
D | base_test.py | 904 def generate_tests(self, test_logic, name_func, arg_sets, uid_func=None): argument 932 root_msg = 'During test generation of "%s":' % test_logic.__name__ 940 test_func = functools.partial(test_logic, *args) 950 attr = getattr(test_logic, attr_name, None)
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpRangeTest.py | 38 self.generate_tests(test_logic=self.BtA2dp_test_logic,
|
D | BtA2dpRangeWithBleScanTest.py | 58 test_logic=self.BtA2dp_with_ble_scan_test_logic,
|
D | BtA2dpRangeWithBleAdvTest.py | 79 test_logic=self.BtA2dp_with_ble_adv_test_logic,
|
D | BtInterferenceStaticTest.py | 52 test_logic=self.bt_range_with_static_wifi_interference,
|
/aosp_15_r20/external/python/mobly/tests/mobly/ |
D | base_test_test.py | 2047 test_logic=self.logic, 2103 test_logic=self.logic, 2128 test_logic=self.logic, 2153 test_logic=self.logic, 2180 test_logic=self.logic, 2202 test_logic=self.logic, 2233 test_logic=self.logic,
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/ |
D | WlanPhyCompliance11ACTest.py | 125 self.generate_tests(test_logic=self.setup_and_connect,
|
D | WlanPhyCompliance11NTest.py | 98 self.generate_tests(test_logic=self.setup_and_connect,
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/ |
D | blueberry_base_test.py | 76 test_logic=lambda _, test: test(self),
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/ |
D | Dhcpv4InteropTest.py | 453 self.generate_tests(test_logic=self.run_test_case_expect_dhcp_success,
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 104 self.generate_tests(test_logic=self.run_reboot_test,
|
/aosp_15_r20/external/python/mobly/docs/ |
D | tutorial.md | 349 test_logic=self.make_toast_logic,
|