#include "TestFailure.h" #include "Test.h" // Returns a short description of the failure. std::string TestFailure::toString () { return m_failedTest->toString () + ": " + m_thrownException->what (); }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 788 | Paul Krause | unit testing framework from CppUnit 1.5 |