17 #ifndef TEST_RUNNER_GUARD 18 #define TEST_RUNNER_GUARD Represents a test case, which is usually created through a macro that defines a subclass.
Runs every test in forward order.
Visits a tree of Test while keeping track of the path taken from the root to the current node as a do...
virtual bool visit(TestCase &test)
Visits a testCase and returns true if visiting of any other objects should continue after the testSui...