scalestack::kernel::test_suite< T > Class Template Reference
#include <test.h>
Detailed Description
template<class T>
class scalestack::kernel::test_suite< T >
Definition at line 44 of file test.h.
Member Typedef Documentation
Constructor & Destructor Documentation
template<class T >
| test_suite::test_suite |
( |
int |
argc, |
|
|
const char ** |
argv | |
|
) |
| | [inline] |
template<class T >
| test_suite::~test_suite |
( |
|
) |
[inline, virtual] |
Don't allow copying of objects.
Member Function Documentation
template<class T >
| void test_suite::setup |
( |
void |
|
) |
[inline, virtual] |
template<class T >
| void test_suite::teardown |
( |
void |
|
) |
[inline, virtual] |
Perform any teardown after running a test case.
Definition at line 121 of file test.h.
template<class T >
| void test_suite::run |
( |
void |
|
) |
[inline] |
Run all test cases that have been added to the tests vector.
Definition at line 126 of file test.h.
template<class T >
| void test_suite::add_default_threading_service |
( |
void |
|
) |
[inline] |
Add the default threading service module.
Definition at line 146 of file test.h.
template<class T >
| void test_suite::add_default_event_service |
( |
void |
|
) |
[inline] |
Add the default event service module.
Definition at line 153 of file test.h.
Don't allow assignment of objects.
Field Documentation
The documentation for this class was generated from the following file: