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