#ifndef BLACKMISCTEST_H #define BLACKMISCTEST_H /** * @namespace BlackMiscTest * Unit test for BlackMisc. Unit test do have their own namespace, so * the regular namespace BlackMisc is completely free of unit tests. * Add any new tests to TestMain::unitMain as shown there in the pattern. */ #endif // BLACKMISCTEST_H