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

Method print

src/CppUTest/TestOutput.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void TestOutput::print(const char* str)
66{
67 printBuffer(str);
68}
69
70void TestOutput::print(long n)
71{

Callers 1

TestOutput.cppFile · 0.45

Calls 2

asCharStringMethod · 0.80
StringFromFunction · 0.70

Tested by

no test coverage detected