MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / FormatTestSuiteCount

Function FormatTestSuiteCount

source/test/gtest/src/gtest.cc:3095–3097  ·  view source on GitHub ↗

Formats the count of test suites.

Source from the content-addressed store, hash-verified

3093
3094// Formats the count of test suites.
3095static std::string FormatTestSuiteCount(int test_suite_count) {
3096 return FormatCountableNoun(test_suite_count, "test suite", "test suites");
3097}
3098
3099// Converts a TestPartResult::Type enum to human-friendly string
3100// 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