cmoon::test::test_suite
Defined in module
<cmoon.test>
|
(1) |
A test_suite
stores test cases to be ran later.
Member functions
Constructs the
test_suite
Destructs the
test_suite
Assignment operator
Moves a
test_suite
's tests to this test_suite
Get/Set suite name
Runs all test cases
An iterator to the beginning of the test cases
An iterator to the end of the test cases
Removes all test cases
Returns the number of test cases
Returns this
test_suite
's allocator