/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

  1. #ifndef UNITTEST_ASSERT_H
  2. #define UNITTEST_ASSERT_H
  3. namespace UnitTest {
  4. void ReportAssert(char const* description, char const* filename, int lineNumber);
  5. }
  6. #endif