Parent Directory
|
Revision Log
Initial revision
1 | |
2 | #include "CppUnitTest/TestFailure.h" |
3 | #include "CppUnitTest/Test.h" |
4 | |
5 | USING_NAMESPACE_CPPUNITTEST |
6 | |
7 | // Returns a short description of the failure. |
8 | std::string TestFailure::toString () |
9 | { |
10 | return m_failedTest->toString () + ": " + m_thrownException->what (); |
11 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |