Searched refs:printSummaryRow (Results 1 – 1 of 1) sorted by relevance
6135 …void printSummaryRow(std::string const& label, std::vector<SummaryColumn> const& cols, std::size_t…16391 printSummaryRow("test cases", columns, 0); in printTotals()16392 printSummaryRow("assertions", columns, 1); in printTotals()16395 void ConsoleReporter::printSummaryRow(std::string const& label, std::vector<SummaryColumn> const& c… in printSummaryRow() function in Catch::ConsoleReporter