MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / printSectionResult

Method printSectionResult

Libraries/Testing/Testing.cpp:821–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void SC::TestReport::printSectionResult(TestCase& testCase)
822{
823 if (quietMode)
824 {
825 return;
826 }
827 console.print("\t- ");
828 console.print(testCase.numSectionTestsFailed > 0 ? redEMOJI : greenEMOJI);
829 console.print(" {}::{}\n", testCase.testName, currentSection);
830 console.flush();
831}
832
833void SC::TestReport::testCaseFinished(TestCase& testCase)
834{

Callers 3

~TestCaseMethod · 0.80
recordExpectationMethod · 0.80
test_sectionMethod · 0.80

Calls 2

printMethod · 0.80
flushMethod · 0.80

Tested by

no test coverage detected