CppUnit project page | FAQ |
#include <cppunit/TestResult.h>
#include <cppunit/TestResultCollector.h>
#include <cppunit/portability/Stream.h>
Go to the source code of this file.
Classes | |
class | TextTestResult |
Holds printable test result (DEPRECATED).deprecated Use class TextTestProgressListener and TextOutputter instead. More... |
Functions | |
CPPUNIT_API OStream & | operator<< (OStream &stream, TextTestResult &result) |
insertion operator for easy output |
CPPUNIT_API OStream& operator<< | ( | OStream & | stream, |
TextTestResult & | result | ||
) |
insertion operator for easy output
Send comments to: CppUnit Developers |