Searched refs:get_context (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/tests/metrics/loggers/ |
D | bounded_metrics_test.py | 46 def test_init_with_event(self, get_context, publisher_cls): argument 54 def test_add_generates_messages(self, mock_metric, get_context): argument 77 get_context): argument 100 mock_metric, get_context): argument 122 get_context): argument 142 def test_end_does_publish(self, get_context, mock_metric, proto_metric_cls): argument
|
D | blackbox_test.py | 65 def test_init_with_event(self, get_context, publisher_cls): argument
|
/tools/test/connectivity/acts/framework/tests/metrics/ |
D | logger_test.py | 130 def test_init_with_event(self, get_context, publisher_cls): argument 133 get_context.return_value = context 139 get_context.assert_called_once_with(event)
|