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

Method total_test_case_count

test/common/gtest/gtest.cpp:2231–2233  ·  view source on GitHub ↗

Gets the number of all test cases.

Source from the content-addressed store, hash-verified

2229
2230// Gets the number of all test cases.
2231int UnitTestImpl::total_test_case_count() const {
2232 return static_cast<int>(test_cases_.size());
2233}
2234
2235// Gets the number of all test cases that contain at least one test
2236// that should run.

Callers 2

PrintFailedTestsMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls 2

implFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected