Searched refs:SettingsCommandTestCase (Results 1 – 3 of 3) sorted by relevance
11 class SettingsCommandTestCase(TestBase): class17 cls.RemoveTempFile(SettingsCommandTestCase.output_file_name)50 filename = SettingsCommandTestCase.output_file_name
6 class SettingsCommandTestCase(TestBase):32 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)34 test_set_output_path (TestSettings.SettingsCommandTestCase)36 test_set_prompt (TestSettings.SettingsCommandTestCase)38 test_set_term_width (TestSettings.SettingsCommandTestCase)40 test_with_dsym (TestSettings.SettingsCommandTestCase)42 test_with_dwarf (TestSettings.SettingsCommandTestCase)226 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)228 test_set_output_path (TestSettings.SettingsCommandTestCase)230 test_set_prompt (TestSettings.SettingsCommandTestCase)[all …]
15 class SettingsCommandTestCase(TestBase): class