root/library/tests/unittest-cpp/ReportAssert.cpp
@
455
| Revision 418, 228 bytes (checked in by vbarta, 16 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include "ReportAssert.h" |
| 2 | #include "AssertException.h" |
| 3 | |
| 4 | namespace UnitTest { |
| 5 | |
| 6 | void ReportAssert(char const* description, char const* filename, int lineNumber) |
| 7 | { |
| 8 | throw AssertException(description, filename, lineNumber); |
| 9 | } |
| 10 | |
| 11 | } |
Note: See TracBrowser
for help on using the browser.
