diff options
Diffstat (limited to 'test/testdb-mysql.h')
-rw-r--r-- | test/testdb-mysql.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdb-mysql.h b/test/testdb-mysql.h index c7cceb3..3334e24 100644 --- a/test/testdb-mysql.h +++ b/test/testdb-mysql.h @@ -9,6 +9,11 @@ namespace MyGrate { public: MySQLDB(); ~MySQLDB(); + + Input::MySQLConn mock() const; + + std::string mockname; + static std::size_t mocknum; }; } } |