Jon Test
C++ Unit Test Tool. Not for production -- sample code only
Loading...
Searching...
No Matches
TestSuiteInterface.cpp
Go to the documentation of this file.
2
3namespace JonTest
4{
5
10
12{
13 // Nothing to do... template for derived classes
14}
15
17{
18 // Nothing to do... template for derived classes
19}
20
21}
virtual void setup()
The Test Suite runsthis prior to each test case.
virtual ~TestSuiteInterface()
Destructor – does nothing.
virtual void teardown()
The Test Suite runs this after to each test case.
Definition Count.h:5