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

Function FormatTestSuiteCount

tests/gtest/gtest-all.cc:4362–4364  ·  view source on GitHub ↗

Formats the count of test suites.

Source from the content-addressed store, hash-verified

4360
4361// Formats the count of test suites.
4362static std::string FormatTestSuiteCount(int test_suite_count) {
4363 return FormatCountableNoun(test_suite_count, "test suite", "test suites");
4364}
4365
4366// Converts a TestPartResult::Type enum to human-friendly string
4367// representation. Both kNonFatalFailure and kFatalFailure are translated

Callers 2

OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85

Calls 1

FormatCountableNounFunction · 0.85

Tested by

no test coverage detected