summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mocksqlitewritestatement.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2018-01-29 12:07:15 +0100
committerMarco Bubke <marco.bubke@qt.io>2018-02-01 14:57:44 +0000
commitc0b771f99cb757943d9282d10a7d34ea69e0ab92 (patch)
tree7ad2a9fd3e60075a69afb5893460a48323e8c5af /tests/unit/unittest/mocksqlitewritestatement.h
parent8b85b095b256ccdf2e50ad7bb9ab22b1b1c32d3d (diff)
downloadqt-creator-c0b771f99cb757943d9282d10a7d34ea69e0ab92.tar.gz
Clang: Add macro names the to project part
So we can compare later if the macro names have changed. Change-Id: I65c5f76e07fced8df6cc7282c03430adffcf5fa8 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'tests/unit/unittest/mocksqlitewritestatement.h')
-rw-r--r--tests/unit/unittest/mocksqlitewritestatement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/unittest/mocksqlitewritestatement.h b/tests/unit/unittest/mocksqlitewritestatement.h
index 6a6b6d35af..b7802ee237 100644
--- a/tests/unit/unittest/mocksqlitewritestatement.h
+++ b/tests/unit/unittest/mocksqlitewritestatement.h
@@ -58,6 +58,9 @@ public:
MOCK_METHOD2(write,
void (Utils::SmallStringView, Utils::SmallStringView));
+ MOCK_METHOD3(write,
+ void (Utils::SmallStringView, Utils::SmallStringView, Utils::SmallStringView));
+
MOCK_METHOD1(write,
void (Utils::SmallStringView));