MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / FormatTestCount

Function FormatTestCount

tests/gtest/src/gtest.cc:3100–3102  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

3098
3099// Formats the count of tests.
3100static std::string FormatTestCount(int test_count) {
3101 return FormatCountableNoun(test_count, "test", "tests");
3102}
3103
3104// Formats the count of test suites.
3105static std::string FormatTestSuiteCount(int test_suite_count) {

Callers 3

OnTestIterationStartMethod · 0.70
PrintFailedTestsMethod · 0.70
OnTestIterationEndMethod · 0.70

Calls 1

FormatCountableNounFunction · 0.70

Tested by

no test coverage detected