37 if (!(*it)->accept(*
this))
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.
Represents a collection of tests, be they individual tests or yet other collections of tests.
vector< Test * >::iterator TestIterator
An iterator for the added tests.
virtual bool visit(TestCase &testCase)
Visits a testCase and returns true if visiting of any other objects should continue after the testSui...
virtual bool visitLeave(TestSuite &)
Returns true if visiting of any other objects should continue after the testSuite has been visited.
virtual bool visitEnter(TestSuite &testSuite)
Returns true if the testSuite should be iterated through.