/extlibs/UnitTest++/source/ReportAssert.h
https://bitbucket.org/hugoruscitti/pilascpp · C++ Header · 10 lines · 6 code · 4 blank · 0 comment · 0 complexity · 6e6426a2f4a9b5146628043b988c38f9 MD5 · raw file
- #ifndef UNITTEST_ASSERT_H
- #define UNITTEST_ASSERT_H
-
- namespace UnitTest {
-
- void ReportAssert(char const* description, char const* filename, int lineNumber);
-
- }
-
- #endif