Home
last modified time | relevance | path

Searched refs:CLITranslator (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/
Dcli_translator_unittest.py79 self.ctr = cli_t.CLITranslator()
106 ctr = cli_t.CLITranslator()
173 ctr = cli_t.CLITranslator()
217 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
228 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
240 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping')
241 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
256 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping')
257 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
Dcli_translator.py48 class CLITranslator: class
Datest.py670 translator = cli_translator.CLITranslator(module_info=mod_info,
/tools/tradefederation/core/atest/
Dcli_translator_unittest.py78 self.ctr = cli_t.CLITranslator()
105 ctr = cli_t.CLITranslator()
172 ctr = cli_t.CLITranslator()
216 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
227 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
239 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping')
240 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
255 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping')
256 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
Dcli_translator.py48 class CLITranslator(object): class
Datest.py610 translator = cli_translator.CLITranslator(module_info=mod_info,