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

Function FormatTestCount

test/common/gtest/gtest.cpp:4257–4259  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

4255
4256// Formats the count of tests.
4257static std::string FormatTestCount(int test_count) {
4258 return FormatCountableNoun(test_count, "test", "tests");
4259}
4260
4261// Formats the count of test cases.
4262static std::string FormatTestCaseCount(int test_case_count) {

Callers 2

OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85

Calls 1

FormatCountableNounFunction · 0.85

Tested by

no test coverage detected