/[escript]/trunk/esys2/tools/CppUnitTest/src/TestFailure.cpp
ViewVC logotype

Contents of /trunk/esys2/tools/CppUnitTest/src/TestFailure.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
File size: 262 byte(s)
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 }

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26