Searched refs:CLITranslator (Results 1 – 8 of 8) sorted by relevance
/tools/asuite/atest/ |
D | cli_translator_unittest.py | 86 self.ctr = cli_t.CLITranslator() 115 ctr = cli_t.CLITranslator() 182 ctr = cli_t.CLITranslator() 235 ctr = cli_t.CLITranslator(module_info=mod_info) 242 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 254 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 268 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 269 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 287 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 288 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', [all …]
|
D | cli_translator.py | 52 class CLITranslator: class
|
D | atest.py | 734 translator = cli_translator.CLITranslator(
|
/tools/asuite/atest-py2/ |
D | cli_translator_unittest.py | 78 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',
|
D | cli_translator.py | 48 class CLITranslator(object): class
|
D | atest.py | 610 translator = cli_translator.CLITranslator(module_info=mod_info,
|
/tools/asuite/atest-py2/docs/ |
D | atest_structure.md | 35 The tests specified by the user are passed into the ```CLITranslator``` to 57 * ```cli_translator.py``` - Home of ```CLITranslator``` class. Translates the 61 ```CLITranslator``` to utilize.
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 35 The tests specified by the user are passed into the ```CLITranslator``` to 57 * ```cli_translator.py``` - Home of ```CLITranslator``` class. Translates the 61 ```CLITranslator``` to utilize.
|