Home
last modified time | relevance | path

Searched defs:create_from_instance (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py159 def test_init(self, create_from_instance): argument
177 def test_setup_proxy(self, create_from_instance): argument
198 def test_teardown_proxy(self, create_from_instance): argument
220 def test_teardown_proxy_logs_upon_exception(self, create_from_instance, argument
243 def test_getattr_forwards_to_logger(self, create_from_instance): argument
261 def test_getattr_with_no_logger_raises(self, create_from_instance): argument
270 def test_setattr_forwards_to_logger(self, create_from_instance): argument
290 def test_setattr_with_no_logger_raises(self, create_from_instance): argument
/tools/test/connectivity/acts/framework/acts/event/
Dsubscription_bundle.py116 def create_from_instance(instance): function