Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/loggers/
Dbounded_metrics_test.py64 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/
Dinstrumentation_command_builder.py158 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/
Dmetrics.proto11 optional string test_method = 2; field
/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dbounded_metrics.py55 bounded_metric.test_method = self.get_test()
/tools/asuite/atest/
Datest_utils.py915 test_method=''): argument
962 cmd = [tmp_service, branch, target, test_name, test_module, test_method]
Dresult_reporter.py446 flakes_info = au.get_flakes(test_method=flakes_method)