cmoon::test::test_case::test_case
|
(1) |
|
(2) |
|
(3) |
|
(4) |
1) Constructs a test case with a blank name.
2) Constructs a test case with the given name.
3) Copy constructor.
4) Move constructor.
Parameters
name | - | name for the test case |
other | - | another test case object to copy/move |