summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mocksqlitewritestatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mocksqlitewritestatement.h')
-rw-r--r--tests/unit/unittest/mocksqlitewritestatement.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/unittest/mocksqlitewritestatement.h b/tests/unit/unittest/mocksqlitewritestatement.h
index 05d2404d91..8da4db8ef5 100644
--- a/tests/unit/unittest/mocksqlitewritestatement.h
+++ b/tests/unit/unittest/mocksqlitewritestatement.h
@@ -99,5 +99,11 @@ public:
MOCK_METHOD2(write,
void (uint, uint));
+ MOCK_METHOD2(write,
+ void (uchar, int));
+
+ MOCK_METHOD2(write,
+ void (long long, int));
+
Utils::SmallString sqlStatement;
};