TestFailure.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #include "TestFailure.h"
  2. #include "Test.h"
  3. // Returns a short description of the failure.
  4. std::string TestFailure::toString () 
  5.     return m_failedTest->toString () + ": " + m_thrownException->what ();
  6. }