MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / toString

Method toString

test/testcolor.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void toString() const {
33 // TODO: color conversion is dependent on stdout/stderr being a TTY
34 ASSERT_EQUALS("", ::toString(Color::FgRed));
35 }
36};
37
38REGISTER_TEST(TestColor)

Callers 14

purgedConfigurationMethod · 0.45
ErrorMessageConstructMethod · 0.45
ErrorMessageVerboseMethod · 0.45
ErrorMessageCodeMethod · 0.45
CustomFormatMethod · 0.45
CustomFormat2Method · 0.45

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected