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

Method printBuffer

src/CppUTest/TestOutput.cpp:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275void ConsoleTestOutput::printBuffer(const char* s)
276{
277 while (*s) {
278 PlatformSpecificPutchar(*s);
279 s++;
280 }
281 flush();
282}
283
284void ConsoleTestOutput::flush()
285{

Callers

nothing calls this directly

Calls 1

PlatformSpecificPutcharFunction · 0.85

Tested by

no test coverage detected