| 314 | } |
| 315 | |
| 316 | void JUnitTestOutput::writeToFile(const SimpleString& buffer) |
| 317 | { |
| 318 | PlatformSpecificFPuts(buffer.asCharString(), impl_->file_); |
| 319 | } |
| 320 | |
| 321 | void JUnitTestOutput::closeFile() |
| 322 | { |
nothing calls this directly
no test coverage detected