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

Method openFileForWrite

src/CppUTest/JUnitTestOutput.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void JUnitTestOutput::openFileForWrite(const SimpleString& fileName)
312{
313 impl_->file_ = PlatformSpecificFOpen(fileName.asCharString(), "w");
314}
315
316void JUnitTestOutput::writeToFile(const SimpleString& buffer)
317{

Callers

nothing calls this directly

Calls 2

PlatformSpecificFOpenFunction · 0.85
asCharStringMethod · 0.80

Tested by

no test coverage detected