TestFailure.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
- #include "TestFailure.h"
- #include "Test.h"
- // Returns a short description of the failure.
- std::string TestFailure::toString ()
- {
- return m_failedTest->toString () + ": " + m_thrownException->what ();
- }