Return the output stream
| 113 | |
| 114 | // Return the output stream |
| 115 | inline const std::ostream* TestSuite::getOutputStream() const { |
| 116 | return mOutputStream; |
| 117 | } |
| 118 | |
| 119 | // Set the output stream |
| 120 | inline void TestSuite::setOutputStream(std::ostream* outputStream) { |
nothing calls this directly
no outgoing calls
no test coverage detected