cmoon::test::test_result


Defined in module <cmoon.test>


class test_result;


(1)

A test_result stores errors (from thrown exceptions) and failures (from assertions) from a test run.

Member functions


Constructs the test_result
(public member function)

(destructor)
Destructs the test_result
(public member function)

Adds a std::exception as an error to this test result
(public member function)

Adds a std::exception as a failure to this test result
(public member function)

Returns the current errors of this test_result
(public member function)

Returns the current failures of this test_result
(public member function)

Checks whether this test_result has passed
(public member function)