cmoon::test::test_result::test_result





test_result() noexcept;


(1)


test_result(const test_result& other);


(2)


test_result(test_result&& other) noexcept;


(3)

1) Constructs an empty test result with no errors and no failures.

2) Copy constructor.

3) Move constructor.

Parameters

other - another test result object to copy/move

Exceptions

2) May throw std::bad_alloc