Searched refs:test_method (Results  1 – 8 of 8) 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/asuite/atest/test_finders/ | 
| D | test_finder_utils_unittest.py | 800         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/ | 
| 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 | result_reporter.py | 521                     flakes_info = au.get_flakes(test_method=flakes_method)
  | 
| D | atest_utils.py | 938                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/ | 
| D | gnss_test_utils.py | 1960     for class_name, test_method in test_methods.items(): 1961         cmd_builder.add_test_method(class_name, test_method)
  |