17#ifndef TEST_SORTER_GUARD
18#define TEST_SORTER_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.
Sorts tests to avoid using the order imposed by the order of construction of global objects,...
virtual bool visitEnter(TestSuite &testSuite)
Returns true if the testSuite should be iterated through.
Represents a collection of tests, be they individual tests or yet other collections of tests.
This class is a visitor for classes derived from Test according to the Visitor Pattern.