MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / FormatTestCount

Function FormatTestCount

engine/source/testing/googleTest/src/gtest.cc:2487–2489  ·  view source on GitHub ↗

Formats the count of tests.

Source from the content-addressed store, hash-verified

2485
2486// Formats the count of tests.
2487static internal::String FormatTestCount(int test_count) {
2488 return FormatCountableNoun(test_count, "test", "tests");
2489}
2490
2491// Formats the count of test cases.
2492static internal::String FormatTestCaseCount(int test_case_count) {

Callers 2

OnTestIterationStartMethod · 0.70
OnTestIterationEndMethod · 0.70

Calls 1

FormatCountableNounFunction · 0.70

Tested by

no test coverage detected