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.
const string & getName() const
Returns the name passed to the constructor.