Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/loggers/
Dbounded_metrics_test.py46 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
Dblackbox_test.py65 def test_init_with_event(self, get_context, publisher_cls): argument
/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py130 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)