cmoon::test::test_result
Defined in module
<cmoon.test>
|
(1) |
A test_result
stores errors (from thrown exceptions) and failures (from assertions) from a test run.
Member functions
Constructs the
test_result
(destructor)
Destructs the
test_result
Adds a
std::exception
as an error to this test result
Adds a
std::exception
as a failure to this test result
Returns the current errors of this
test_result
Returns the current failures of this
test_result
Checks whether this
test_result
has passed