#include <TestSuite.h>
◆ TESTRESULT
Enumerator |
---|
NOTINSTALLED | |
KNOWNEXCEPTION | |
UNKNOWNEXCEPTION | |
◆ TestSuite()
TestSuite::TestSuite |
( |
void |
| ) |
|
◆ addTestResult() [1/2]
void TestSuite::addTestResult |
( |
bool |
r | ) |
|
◆ addTestResult() [2/2]
◆ addUnitTest()
void TestSuite::addUnitTest |
( |
UnitTest * |
ut | ) |
|
◆ endCategory()
void TestSuite::endCategory |
( |
std::string |
n | ) |
|
◆ endUnit()
void TestSuite::endUnit |
( |
std::string |
n | ) |
|
◆ getResult()
bool TestSuite::getResult |
( |
void |
| ) |
|
|
inline |
- Returns
- true iff all tests were ok
◆ run()
void TestSuite::run |
( |
void |
| ) |
|
|
virtual |
◆ startCategory()
void TestSuite::startCategory |
( |
std::string |
n | ) |
|
◆ startUnit()
void TestSuite::startUnit |
( |
std::string |
n | ) |
|
◆ OutStream
std::ostream* TestSuite::OutStream |
|
private |
◆ runningCategory
std::string TestSuite::runningCategory |
|
private |
◆ runningCategoryOk
bool TestSuite::runningCategoryOk |
|
private |
◆ runningUnit
std::string TestSuite::runningUnit |
|
private |
◆ SuiteOk
◆ TestNumber
unsigned short TestSuite::TestNumber |
|
private |
◆ UnitTests
std::vector<UnitTest*> TestSuite::UnitTests |
|
private |
The documentation for this class was generated from the following files: