#include <test.h>

Public Member Functions | |
| virtual Test * | create () const =0 |
| virtual | ~TestFactory () |
Definition at line 133 of file test.h.
| virtual KDAB::UnitTest::TestFactory::~TestFactory | ( | ) | [virtual] |
| virtual Test* KDAB::UnitTest::TestFactory::create | ( | ) | const [pure virtual] |
Implemented in KDAB::UnitTest::GenericFactory< T_Test >.
1.7.1