Searched refs:test_method (Results 1 – 7 of 7) sorted by relevance
| /tools/test/connectivity/acts/framework/tests/metrics/loggers/ |
| D | bounded_metrics_test.py | 64 self.assertEqual(result.test_method, 'test') 88 self.assertEqual(result.test_method, 'test') 101 test_method = PropertyMock() 103 type(result).test_method = test_method 105 test_method = PropertyMock() 106 type(result).test_method = test_method 116 test_method.assert_called_with('incredible_test') 123 test_method = PropertyMock() 125 type(result).test_method = test_method 136 test_method.assert_not_called() [all …]
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/instrumentation/device/command/ |
| D | instrumentation_command_builder.py | 158 def add_test_method(self, class_name, test_method): argument 161 self._classes.append('{}#{}'.format(class_name, test_method))
|
| /tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
| D | metrics.proto | 11 optional string test_method = 2; field
|
| /tools/test/connectivity/acts/framework/acts/metrics/loggers/ |
| D | bounded_metrics.py | 55 bounded_metric.test_method = self.get_test()
|
| /tools/asuite/atest/ |
| D | atest_utils.py | 915 test_method=''): argument 962 cmd = [tmp_service, branch, target, test_name, test_module, test_method]
|
| D | result_reporter.py | 446 flakes_info = au.get_flakes(test_method=flakes_method)
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
| D | gnss_test_utils.py | 1554 for class_name, test_method in test_methods.items(): 1555 cmd_builder.add_test_method(class_name, test_method)
|