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

Method writeToFile

src/CppUTest/JUnitTestOutput.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void JUnitTestOutput::writeToFile(const SimpleString& buffer)
317{
318 PlatformSpecificFPuts(buffer.asCharString(), impl_->file_);
319}
320
321void JUnitTestOutput::closeFile()
322{

Callers

nothing calls this directly

Calls 2

PlatformSpecificFPutsFunction · 0.85
asCharStringMethod · 0.80

Tested by

no test coverage detected