aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/mocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/mocks.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/mocks.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/mocks.h b/SQLiteStudio3/Tests/TestUtils/mocks.h
new file mode 100644
index 0000000..f3bd1f9
--- /dev/null
+++ b/SQLiteStudio3/Tests/TestUtils/mocks.h
@@ -0,0 +1,11 @@
+#ifndef UNITS_SETUP_H
+#define UNITS_SETUP_H
+
+#include "hippomocks.h"
+
+MockRepository& mockRepo();
+void deleteMockRepo();
+
+void initMocks();
+
+#endif // UNITS_SETUP_H