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

Method print

src/CppUTest/Utest.cpp:530–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void UtestShell::print(const char *text, const char* fileName, size_t lineNumber)
531{
532 SimpleString stringToPrint = "\n";
533 stringToPrint += fileName;
534 stringToPrint += ":";
535 stringToPrint += StringFrom(lineNumber);
536 stringToPrint += " ";
537 stringToPrint += text;
538 getTestResult()->print(stringToPrint.asCharString());
539}
540
541void UtestShell::print(const SimpleString& text, const char* fileName, size_t lineNumber)
542{

Callers 15

report_test_startMethod · 0.45
report_test_endMethod · 0.45
report_alloc_memoryMethod · 0.45
report_free_memoryMethod · 0.45
report_test_startMethod · 0.45
report_test_endMethod · 0.45
report_alloc_memoryMethod · 0.45
report_free_memoryMethod · 0.45
postTestActionMethod · 0.45

Calls 2

asCharStringMethod · 0.80
StringFromFunction · 0.70

Tested by

no test coverage detected