Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dall_tests_decorator.py14 def _decorate(decorated): argument
16 for name, value in inspect.getmembers(decorated,
22 setattr(decorated, test_name,
23 decorator(getattr(decorated, test_name)))
25 return decorated
/tools/test/connectivity/acts/framework/acts/event/
Ddecorators.py46 def register_static_subscriptions(decorated): argument
55 subscription_bundle.create_from_static(decorated).register()
57 return decorated
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dall_tests_decorator_test.py25 def decorator(decorated): argument