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

Method printTestRun

src/CppUTest/TestOutput.cpp:192–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void TestOutput::printTestRun(size_t number, size_t total)
193{
194 if (total > 1) {
195 print("Test run ");
196 print(number);
197 print(" of ");
198 print(total);
199 print("\n");
200 }
201}
202
203void TestOutput::printFailure(const TestFailure& failure)
204{

Callers 2

runAllTestsMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected