00001 #ifndef UNITTEST_ASSERT_H 00002 #define UNITTEST_ASSERT_H 00003 00004 namespace UnitTest { 00005 00006 void ReportAssert(char const* description, char const* filename, int lineNumber); 00007 00008 } 00009 00010 #endif