diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-01 15:51:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-01 15:51:09 +0000 |
commit | bfad644e448077931e27814be9dfa6891db8619a (patch) | |
tree | 5b9c3e8f647793a8e9d055d9b35c47be3b2369af /libsqlitepp/sqlite-mock.h | |
parent | Do lots more work with compile time formatter instead runtime formatters (diff) | |
download | libdbpp-sqlite-bfad644e448077931e27814be9dfa6891db8619a.tar.bz2 libdbpp-sqlite-bfad644e448077931e27814be9dfa6891db8619a.tar.xz libdbpp-sqlite-bfad644e448077931e27814be9dfa6891db8619a.zip |
Register mock db implementations
Diffstat (limited to 'libsqlitepp/sqlite-mock.h')
-rw-r--r-- | libsqlitepp/sqlite-mock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsqlitepp/sqlite-mock.h b/libsqlitepp/sqlite-mock.h index 8bd0899..66ec813 100644 --- a/libsqlitepp/sqlite-mock.h +++ b/libsqlitepp/sqlite-mock.h @@ -9,6 +9,7 @@ namespace SQLite { class DLL_PUBLIC Mock : public DB::MockDatabase { public: + Mock(const std::string & root, const std::string & name, const std::vector<boost::filesystem::path> & ss); Mock(const std::string & name, const std::vector<boost::filesystem::path> & ss); ~Mock(); |