diff options
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index f16591f100..61f7cae310 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -148,6 +148,34 @@ private slots: void test_completion_recursive_using_declarations2(); void test_completion_recursive_using_typedef_declarations(); + void test_completion_class_declaration_inside_function_or_block_QTCREATORBUG3620(); + void test_completion_class_declaration_inside_function_or_block_QTCREATORBUG3620_data(); + void test_completion_namespace_alias_inside_function_or_block_QTCREATORBUG166(); + void test_completion_namespace_alias_inside_function_or_block_QTCREATORBUG166_data(); + void test_completion_class_declaration_inside_function_or_block_QTCREATORBUG3620_static_member(); + void test_completion_enum_inside_block_inside_function_QTCREATORBUG5456(); + void test_completion_enum_inside_function_QTCREATORBUG5456(); + + void test_completion_template_parameter_defined_inside_scope_of_declaration_QTCREATORBUG9169_1(); + void test_completion_template_parameter_defined_inside_scope_of_declaration_QTCREATORBUG9169_2(); + void test_completion_template_parameter_defined_inside_scope_of_declaration_QTCREATORBUG8852_1(); + void test_completion_template_parameter_defined_inside_scope_of_declaration_QTCREATORBUG8852_2(); + void test_completion_template_parameter_defined_inside_scope_of_declaration_QTCREATORBUG8852_3(); + + //lambda + void test_completion_lambdaCalls_1(); + void test_completion_lambdaCalls_2(); + void test_completion_lambdaCalls_3(); + void test_completion_lambdaCalls_4(); + void test_completion_lambdaCalls_5(); + + void test_completion_local_type_and_member_1(); + void test_completion_local_type_and_member_2(); + void test_completion_local_type_and_member_3(); + void test_completion_local_type_and_member_4(); + void test_completion_local_type_and_member_5(); + void test_completion_local_type_and_member_6(); + void test_completion_signals_hide_QPrivateSignal(); void test_format_pointerdeclaration_in_simpledeclarations(); @@ -166,8 +194,20 @@ private slots: void test_modelmanager_refresh_also_includes_of_project_files(); void test_modelmanager_refresh_several_times(); void test_modelmanager_refresh_test_for_changes(); + void test_modelmanager_refresh_added_and_purge_removed(); + void test_modelmanager_refresh_timeStampModified_if_sourcefiles_change(); + void test_modelmanager_refresh_timeStampModified_if_sourcefiles_change_data(); void test_modelmanager_snapshot_after_two_projects(); void test_modelmanager_extraeditorsupport_uiFiles(); + void test_modelmanager_gc_if_last_cppeditor_closed(); + void test_modelmanager_dont_gc_opened_files(); + + void test_cpplocatorfilters_CppLocatorFilter(); + void test_cpplocatorfilters_CppLocatorFilter_data(); + void test_cpplocatorfilters_CppCurrentDocumentFilter(); + + void test_builtinsymbolsearcher(); + void test_builtinsymbolsearcher_data(); private: void test_completion(); |