MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / FormatTestCount

Function FormatTestCount

tests/gtest/gtest-all.cc:4357–4359  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

4355
4356// Formats the count of tests.
4357static std::string FormatTestCount(int test_count) {
4358 return FormatCountableNoun(test_count, "test", "tests");
4359}
4360
4361// Formats the count of test suites.
4362static std::string FormatTestSuiteCount(int test_suite_count) {

Callers 2

OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85

Calls 1

FormatCountableNounFunction · 0.85

Tested by

no test coverage detected