Return the output stream
| 143 | |
| 144 | // Return the output stream |
| 145 | inline const std::ostream* Test::getOutputStream() const { |
| 146 | return mOutputStream; |
| 147 | } |
| 148 | |
| 149 | // Set the output stream |
| 150 | inline void Test::setOutputStream(std::ostream* stream) { |
no outgoing calls
no test coverage detected