MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / FormatTestCount

Function FormatTestCount

rtpose_wrapper/src/gtest/gtest-all.cpp:3790–3792  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

3788
3789// Formats the count of tests.
3790static internal::String FormatTestCount(int test_count) {
3791 return FormatCountableNoun(test_count, "test", "tests");
3792}
3793
3794// Formats the count of test cases.
3795static internal::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