cmoon::test::text_test_runner::text_test_runner





text_test_runner(std::ostream& out) noexcept;


(1)


text_test_runner(const text_test_runner& other) noexcept;


(2)


text_test_runner(text_test_runner&& other) noexcept;


(3)

1) Constructs this runner with the given stream.

2) Copy constructor.

3) Move constructor.

Parameters

out - an output stream
other - another runner object to copy/move