MCPcopy Create free account
hub / github.com/apache/singa / FormatTestCount

Function FormatTestCount

test/gtest/gtest-all.cc:3971–3973  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

3969
3970// Formats the count of tests.
3971static std::string FormatTestCount(int test_count) {
3972 return FormatCountableNoun(test_count, "test", "tests");
3973}
3974
3975// Formats the count of test cases.
3976static std::string FormatTestCaseCount(int test_case_count) {

Callers 2

OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85

Calls 1

FormatCountableNounFunction · 0.85

Tested by

no test coverage detected