Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dclion_project_file_gen_unittest.py56 def test_init_with_mod_info_without_mod_name(self, mock_exists): argument
60 mock_exists.return_value = True
65 def test_init_with_mod_info_without_mod_path(self, mock_exists): argument
69 mock_exists.return_value = True
80 self, mock_get_path, mock_get_cmake, mock_exists, mock_mkdirs): argument
86 mock_exists.return_value = True
90 mock_exists.return_value = False
95 def test_write_header(self, mock_exists): argument
98 mock_exists.return_value = True
117 def test_write_c_compiler_paths(self, mock_exists): argument
[all …]
Dsource_locator_unittest.py133 def test_collect_r_src_path(self, mock_android_root_dir, mock_exists): argument
135 mock_exists.return_value = True
174 mock_exists.return_value = False
414 def test_collect_all_srcjar_path(self, mock_exists): argument
416 mock_exists.return_value = True
435 mock_exists.return_value = False
Dide_util_unittest.py613 def test_eclipse_get_ide_cmd(self, mock_exists, mock_input): argument
618 mock_exists.return_value = True
627 mock_exists.return_value = False
/tools/asuite/aidegen/idea/
Dxml_gen_unittest.py100 mock_file_gen, mock_exists): argument
105 mock_exists.return_value = False
108 mock_exists.return_value = True
Diml_unittest.py158 def test_generate_facet(self, mock_exists): argument
160 mock_exists.return_value = False
163 mock_exists.return_value = True
/tools/asuite/aidegen/sdk/
Djdk_table_unittest.py59 def test_init(self, mock_parse, mock_exists, mock_gen_file): argument
64 mock_exists.return_value = True
68 mock_exists.return_value = False