MCPcopy Create free account
hub / github.com/cpputest/cpputest / ConsoleTestOutput

Class ConsoleTestOutput

include/CppUTest/TestOutput.h:114–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112///////////////////////////////////////////////////////////////////////////////
113
114class ConsoleTestOutput: public TestOutput
115{
116public:
117 explicit ConsoleTestOutput()
118 {
119 }
120 virtual ~ConsoleTestOutput() _destructor_override
121 {
122 }
123
124 virtual void printBuffer(const char* s) _override;
125 virtual void flush() _override;
126
127private:
128 ConsoleTestOutput(const ConsoleTestOutput&);
129 ConsoleTestOutput& operator=(const ConsoleTestOutput&);
130};
131
132///////////////////////////////////////////////////////////////////////////////
133//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected