| 309 | } |
| 310 | |
| 311 | void JUnitTestOutput::openFileForWrite(const SimpleString& fileName) |
| 312 | { |
| 313 | impl_->file_ = PlatformSpecificFOpen(fileName.asCharString(), "w"); |
| 314 | } |
| 315 | |
| 316 | void JUnitTestOutput::writeToFile(const SimpleString& buffer) |
| 317 | { |
nothing calls this directly
no test coverage detected