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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 262 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

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