TestFailure.cpp #1

  • //
  • guest/
  • paul_krause/
  • CppUnit/
  • test/
  • framework/
  • TestFailure.cpp
  • View
  • Commits
  • Open Download .zip Download (209 B)
#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