MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / FormatTestCaseCount

Function FormatTestCaseCount

test/common/gtest/gtest.cpp:4262–4264  ·  view source on GitHub ↗

Formats the count of test cases.

Source from the content-addressed store, hash-verified

4260
4261// Formats the count of test cases.
4262static std::string FormatTestCaseCount(int test_case_count) {
4263 return FormatCountableNoun(test_case_count, "test case", "test cases");
4264}
4265
4266// Converts a TestPartResult::Type enum to human-friendly string
4267// 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