18 #ifndef TEST_QUALIFIER_GUARD
19 #define TEST_QUALIFIER_GUARD
Visits a tree of Test while keeping track of the path taken from the root to the current node as a do...
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.
This class is a visitor for classes derived from Test according to the Visitor Pattern.