Jon Test
C++ Unit Test Tool. Not for production -- sample code only
Loading...
Searching...
No Matches
src
TestFailure.cpp
Go to the documentation of this file.
1
#include "
JonTest/TestFailure.h
"
2
3
namespace
JonTest
4
{
5
6
TestFailure::~TestFailure
()
7
{
8
// Nothing to do
9
}
10
11
const
char
*
TestFailure::what
()
const
noexcept
12
{
13
return
whatString
.c_str();
14
}
15
16
}
TestFailure.h
JonTest::TestCase
Defines and runs a single Test Case within a Test Suite.
Definition
TestCase.h:18
JonTest::TestFailure::whatString
std::string whatString
Formatted representation of failure.
Definition
TestFailure.h:44
JonTest::TestFailure::~TestFailure
virtual ~TestFailure()
Required virutal destructor.
Definition
TestFailure.cpp:6
JonTest::TestFailure::what
virtual const char * what() const noexcept
Gets formatted message of string.
Definition
TestFailure.cpp:11
JonTest
Definition
Count.h:5
Generated by
1.9.8