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

Function FormatTestCaseCount

test/gtest/gtest-all.cc:3976–3978  ·  view source on GitHub ↗

Formats the count of test cases.

Source from the content-addressed store, hash-verified

3974
3975// Formats the count of test cases.
3976static std::string FormatTestCaseCount(int test_case_count) {
3977 return FormatCountableNoun(test_case_count, "test case", "test cases");
3978}
3979
3980// Converts a TestPartResult::Type enum to human-friendly string
3981// 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