Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 8 of 8) 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/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py800 test_method = 'myTest::Method'
807 self.assertEqual(test_method, result['method_name'])
824 test_method = 'myTest::Method[0]'
831 self.assertEqual(test_method, result['method_name'])
837 test_method = 'myTest::Method[0],myTest::Method[1]'
844 self.assertEqual(test_method, result['method_name'])
849 test_method = 'myTest::Method'
869 test_method = 'myTest::Method'
876 self.assertEqual(test_method, result['method_name'])
893 test_method = 'myTest0/Method[0]'
[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/
Dresult_reporter.py521 flakes_info = au.get_flakes(test_method=flakes_method)
Datest_utils.py938 test_method=''): argument
983 cmd = [tmp_service, branch, target, test_name, test_module, test_method]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1960 for class_name, test_method in test_methods.items():
1961 cmd_builder.add_test_method(class_name, test_method)