23 if (!
suite.getName().empty()) {
31 if (!
suite.getName().empty()) {
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
const string & getPath() const
Returns the path taken from the root of the tree to the current node as a dot-separated string.
virtual bool visitEnter(TestSuite &suite)
Returns true if the testSuite should be iterated through.
virtual bool visitLeave(TestSuite &suite)
Returns true if visiting of any other objects should continue after the testSuite has been visited.
Represents a collection of tests, be they individual tests or yet other collections of tests.