00001 #ifndef UNITTEST_TESTSUITE_H 00002 #define UNITTEST_TESTSUITE_H 00003 00004 namespace UnitTestSuite { 00005 inline char const* GetSuiteName () { 00006 return "DefaultSuite"; 00007 } 00008 } 00009 00010 #endif