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

Method printCurrentTestStarted

src/CppUTest/TestOutput.cpp:97–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void TestOutput::printCurrentTestStarted(const UtestShell& test)
98{
99 if (verbose_ > level_quiet) print(test.getFormattedName().asCharString());
100
101 if (test.willRun()) {
102 setProgressIndicator(".");
103 }
104 else {
105 setProgressIndicator("!");
106 }
107}
108
109void TestOutput::printCurrentTestEnded(const TestResult& res)
110{

Callers 1

currentTestStartedMethod · 0.45

Calls 3

asCharStringMethod · 0.80
getFormattedNameMethod · 0.80
willRunMethod · 0.80

Tested by

no test coverage detected