MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / finished

Method finished

tests/cppunit/textoutput.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 {}
74
75 void
76 TextOutput::finished(int tests, const Time& time)
77 {
78 _stream << "Total: " << tests << " tests, "
79 << correct(tests, _total_errors) << "% correct"
80 << " in " << time << " seconds" << endl;
81 }
82
83 void
84 TextOutput::suite_start(int tests, const string& name)

Callers 1

runMethod · 0.45

Calls 1

correctFunction · 0.85

Tested by

no test coverage detected