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

Function FormatTestCaseCount

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

Formats the count of test cases.

Source from the content-addressed store, hash-verified

3793
3794// Formats the count of test cases.
3795static internal::String FormatTestCaseCount(int test_case_count) {
3796 return FormatCountableNoun(test_case_count, "test case", "test cases");
3797}
3798
3799// Converts a TestPartResult::Type enum to human-friendly string
3800// 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