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

Function TEST

tests/CppUTest/TestOutputTest.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87TEST(TestOutput, PrintConstCharStar)
88{
89 printer->print("hello");
90 printer->print("hello\n");
91 STRCMP_EQUAL("hellohello\n", mock->getOutput().asCharString());
92}
93
94TEST(TestOutput, PrintLong)
95{

Callers

nothing calls this directly

Calls 15

runOneTestFunction · 0.85
asCharStringMethod · 0.80
getOutputMethod · 0.80
printDoubleMethod · 0.80
setProgressIndicatorMethod · 0.80
verboseMethod · 0.80
colorMethod · 0.80
addFailureMethod · 0.80
printTestRunMethod · 0.80
countTestMethod · 0.80
countIgnoredMethod · 0.80
countRunMethod · 0.80

Tested by

no test coverage detected