cmoon::test::text_test_runner


Defined in module <cmoon.test>


template<class CharT, class Traits>
class text_test_runner;


(1)

A text_test_runner will run tests and output results to a stream.

Template parameters

CharT - Character type of the stream
Traits - Character traits of the stream

Member functions


Constructs the text_test_runner
(public member function)

(destructor)
Destructs the text_test_runner
(public member function)

Assignment operator
(public member function)

Runs test cases
(public member function)