aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/mocks.h
blob: f3bd1f9db7e56ec5a0d11b1b59d65e1b2dacdf01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UNITS_SETUP_H
#define UNITS_SETUP_H

#include "hippomocks.h"

MockRepository& mockRepo();
void deleteMockRepo();

void initMocks();

#endif // UNITS_SETUP_H