Class TextOutputter saves the results of the test collected by a TestResultCollector in a plain text ...
virtual ~TextOutputter()
~TextOutputter destructor
bool write(std::string filename, bool summary, TestMessage *errorMsg=nullptr)
write Write the results of the test in a text file.
TestResultCollector & collector
TextOutputter(TestResultCollector &collector, bool verbose=false)
TextOutputter constructor.