cmoon::test::test_suite::test_suite
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
|
(6) |
1) Constructs an empty test suite with no name.
2) Constructs an empty test suite with the given name.
3) Constructs an empty test suite with no name with the given allocator.
4) Constructs an empty test suite with the given name and given allocator.
5) Copy constructor is deleted.
6) Move constructor.
Parameters
other | - | another test suite object to move |