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

Method printDouble

src/CppUTest/TestOutput.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void TestOutput::printDouble(double d)
81{
82 print(StringFrom(d).asCharString());
83}
84
85TestOutput& operator<<(TestOutput& p, const char* s)
86{

Callers 1

TESTFunction · 0.80

Calls 2

asCharStringMethod · 0.80
StringFromFunction · 0.70

Tested by

no test coverage detected