Home
last modified time | relevance | path

Searched refs:IdeIntelliJ (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/lib/
Dide_util_unittest.py116 @mock.patch.object(ide_util.IdeIntelliJ, '_get_preferred_version')
141 @mock.patch.object(ide_util.IdeIntelliJ, '_set_installed_path')
143 @mock.patch.object(ide_util.IdeIntelliJ, '_get_script_from_system')
157 @mock.patch.object(ide_util.IdeIntelliJ, '_get_preferred_version')
158 @mock.patch.object(ide_util.IdeIntelliJ, '_get_config_root_paths')
173 @mock.patch.object(ide_util.IdeIntelliJ, '_setup_ide')
352 @mock.patch.object(ide_util.IdeIntelliJ, '_get_preferred_version')
364 @mock.patch.object(ide_util.IdeIntelliJ, '_get_preferred_version')
412 ide_intellij = ide_util.IdeIntelliJ()
420 @mock.patch.object(ide_util.IdeIntelliJ, '_get_all_versions')
[all …]
Dide_util.py467 class IdeIntelliJ(IdeBase): class
600 return IdeIntelliJ._get_config_folder_name(target_path)
679 class IdeLinuxIntelliJ(IdeIntelliJ):
768 class IdeMacIntelliJ(IdeIntelliJ):