summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mockclangcodemodelclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mockclangcodemodelclient.h')
-rw-r--r--tests/unit/unittest/mockclangcodemodelclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/unittest/mockclangcodemodelclient.h b/tests/unit/unittest/mockclangcodemodelclient.h
index 3b5a3cfbf5..9244e05eb8 100644
--- a/tests/unit/unittest/mockclangcodemodelclient.h
+++ b/tests/unit/unittest/mockclangcodemodelclient.h
@@ -37,10 +37,10 @@ public:
void());
MOCK_METHOD1(echo,
void(const ClangBackEnd::EchoMessage &message));
- MOCK_METHOD1(codeCompleted,
- void(const ClangBackEnd::CodeCompletedMessage &message));
- MOCK_METHOD1(documentAnnotationsChanged,
- void(const ClangBackEnd::DocumentAnnotationsChangedMessage &message));
+ MOCK_METHOD1(completions,
+ void(const ClangBackEnd::CompletionsMessage &message));
+ MOCK_METHOD1(annotations,
+ void(const ClangBackEnd::AnnotationsMessage &message));
MOCK_METHOD1(references,
void(const ClangBackEnd::ReferencesMessage &message));
MOCK_METHOD1(followSymbol,