MXS-1845 Add unit test for the cycle find algorithm (Tarjan SCC)

Only a few test cases for now.
This commit is contained in:
Esa Korhonen
2018-05-31 18:50:05 +03:00
parent 9a0445cd4e
commit 17c9ac95bd
4 changed files with 273 additions and 1 deletions

View File

@ -42,7 +42,9 @@ private:
MariaDBMonitor(const MariaDBMonitor&);
MariaDBMonitor& operator = (const MariaDBMonitor&);
public:
// TODO: Once done refactoring, see which of these can be moved to private.
// Helper class used for testing
class Test;
friend class Test;
~MariaDBMonitor();