#include <TestRegistry.h>
Static Public Member Functions | |
static void | addTest (Test *test) |
static int | runAllTests (TestResult &result) |
Private Member Functions | |
void | add (Test *test) |
int | run (TestResult &result) |
Static Private Member Functions | |
static TestRegistry & | instance () |
Private Attributes | |
Test * | lastTest |
Test * | tests |
Definition at line 29 of file TestRegistry.h.
|
private |
Definition at line 40 of file TestRegistry.cpp.
|
static |
Definition at line 21 of file TestRegistry.cpp.
|
staticprivate |
Definition at line 33 of file TestRegistry.cpp.
|
private |
Definition at line 55 of file TestRegistry.cpp.
|
static |
Definition at line 27 of file TestRegistry.cpp.
|
private |
Definition at line 43 of file TestRegistry.h.
|
private |
Definition at line 42 of file TestRegistry.h.