cmoon::test::test_case::run
|
(1) |
Runs this test case by first invoking set_up(), then invoking operator(), and finally
invoking tear_down().
Any assert_exception thrown via any of the three methods will be
added as a failure, and any other exception thrown via any of the three methods will be added as an error to the resulting
test_result.
Parameters
(none)
Return value
a test_result containing any failures/errors of running this test