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