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