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