1 #ifndef UNITTEST_ASSERT_H 2 #define UNITTEST_ASSERT_H 3 4 #include "HelperMacros.h" 5 6 namespace UnitTest { 7 8 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber); 9 10 } 11 12 #endif 13
1 #ifndef UNITTEST_ASSERT_H 2 #define UNITTEST_ASSERT_H 3 4 #include "HelperMacros.h" 5 6 namespace UnitTest { 7 8 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber); 9 10 } 11 12 #endif 13