TestComposite Class Reference
A Composite of Tests.
More...
#include <TestComposite.h>
Inheritance diagram for TestComposite:
List of all members.
Public Member Functions
Run the test, collecting results.
Return the number of test cases invoked by
run().
Returns the test name.
Private Member Functions
Private Attributes
Detailed Description
A Composite of Tests.
Base class for all test composites. Subclass this class if you need to implement a custom TestSuite.
- See also:
- Test, TestSuite.
Constructor & Destructor Documentation
CPPUNIT_NS_BEGIN TestComposite::TestComposite
(
const std::string &
name = ""
)
TestComposite::TestComposite
(
const
TestComposite &
other
)
[private]
Member Function Documentation
int TestComposite::countTestCases
(
)
const [virtual]
Return the number of test cases invoked by run().
The base unit of testing is the class TestCase. This method returns the number of TestCase objects invoked by the run() method.
Implements Test.
void TestComposite::doEndSuite
(
TestResult *
controller
)
[private, virtual]
void TestComposite::doRunChildTests
(
TestResult *
controller
)
[private, virtual]
void TestComposite::doStartSuite
(
TestResult *
controller
)
[private, virtual]
std::string TestComposite::getName
(
)
const [virtual]
Returns the test name.
Each test has a name. This name may be used to find the test in a suite or registry of tests.
Implements Test.
Reimplemented in TestRunner::WrappingSuite.
void TestComposite::run
(
TestResult *
result
)
[virtual]
Member Data Documentation
The documentation for this class was generated from the following files: