17#ifndef TEST_RUNNER_GUARD
18#define TEST_RUNNER_GUARD
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
Represents a test case, which is usually created through a macro that defines a subclass.
Visits a tree of Test while keeping track of the path taken from the root to the current node as a do...
Runs every test in forward order.
virtual bool visit(TestCase &test)
Visits a testCase and returns true if visiting of any other objects should continue after the testSui...