#include <TestLeaf.h>
Inheritance diagram for TestLeaf:
Base class for single test case: a test that doesn't have any children.
[virtual]
Returns 1 as the default number of test cases invoked by run().
You may override this method when many test cases are invoked (RepeatedTest for example).
Implements Test.
[virtual]
[virtual]
Returns the number of child of this test case: 0.
You should never override this method: a TestLeaf as no children by definition.
Implements Test.