Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/device/command/
Dinstrumentation_command_builder_test.py123 builder.add_test_method('some.tests.Class2', 'favoriteTestMethod')
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/
Dinstrumentation_command_builder.py134 def add_test_method(self, class_name, test_method): member in InstrumentationTestCommandBuilder
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/
Dinstrumentation_power_test.py382 self._instr_cmd_builder.add_test_method(instr_class, instr_method)