cmoon::test::text_test_runner<class CharT, class Traits>::text_test_runner





text_test_runner(std::basic_ostream<CharT, Traits>& 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

other - another runner object to copy/move