#include <testregistry.h>

Public Member Functions | |
| void | registerTestFactory (const TestFactory *tf, const char *group) |
| unsigned int | run (const char *group) const |
| unsigned int | run () const |
Static Public Member Functions | |
| static void | deleteInstance () |
| static TestRegistry * | instance () |
Definition at line 42 of file testregistry.h.
| void KDAB::UnitTest::TestRegistry::deleteInstance | ( | ) | [static] |
Definition at line 52 of file testregistry.cpp.
Referenced by KDAB::UnitTest::Runner::~Runner().
| KDAB::UnitTest::TestRegistry * KDAB::UnitTest::TestRegistry::instance | ( | ) | [static] |
Definition at line 45 of file testregistry.cpp.
Referenced by KDAB::UnitTest::GenericFactory< T_Test >::GenericFactory(), and KDAB::UnitTest::Runner::run().
| void KDAB::UnitTest::TestRegistry::registerTestFactory | ( | const TestFactory * | tf, | |
| const char * | group | |||
| ) |
Definition at line 56 of file testregistry.cpp.
Referenced by KDAB::UnitTest::GenericFactory< T_Test >::GenericFactory().
| unsigned int KDAB::UnitTest::TestRegistry::run | ( | ) | const |
runs all tests in all groups.
Definition at line 61 of file testregistry.cpp.
Referenced by KDAB::UnitTest::Runner::run().
| unsigned int KDAB::UnitTest::TestRegistry::run | ( | const char * | group | ) | const |
runs only tests in group group
Definition at line 79 of file testregistry.cpp.
1.7.1