a suite of test cases
More...
#include <TestCase.h>
|
| const char * | GetName () const |
| |
| void | Run () |
| |
| template<class _t1 , class _t2 > |
| void | AssertEqual (_t1 a, _t2 b, const char *fn="", int l=-1) |
| |
| template<class _t1 , class _t2 > |
| void | AssertBelow (_t1 a, _t2 b, const char *fn="", int l=-1) |
| |
| template<class _t1 , class _t2 > |
| void | AssertAbove (_t1 a, _t2 b, const char *fn="", int l=-1) |
| |
| void | AssertTrue (bool b, const char *fn="", int l=-1) |
| |
| void | AssertFalse (bool b, const char *fn="", int l=-1) |
| |
| | ReferenceCount () |
| |
| virtual | ~ReferenceCount () |
| |
| void | IncRefCount () |
| |
| void | DecRefCount () |
| |
a suite of test cases
Definition at line 95 of file TestCase.h.
| const char* tests::TestSuite::GetName |
( |
) | |
const |
|
virtual |
| void tests::TestSuite::Run |
( |
) | |
|
|
virtual |
The documentation for this class was generated from the following file: