TestSuite Class Reference
#include <TestSuite.h>
List of all members.
Member Enumeration Documentation
- Enumerator:
| NOTINSTALLED |
|
| KNOWNEXCEPTION |
|
| UNKNOWNEXCEPTION |
|
Constructor & Destructor Documentation
| TestSuite::TestSuite |
( |
void |
|
) |
|
Member Function Documentation
| 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 |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: