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

Method Print

examples/AllTests/MockPrinter.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 virtual void Print(const char* s)
54 {
55 savedOutput.append(s);
56 }
57
58 virtual void Print(long int value)
59 {

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

StringFromFormatFunction · 0.85
asCharStringMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36