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

Method total_part_count

test/common/gtest/gtest.cpp:3676–3678  ·  view source on GitHub ↗

Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.

Source from the content-addressed store, hash-verified

3674// Gets the number of all test parts. This is the sum of the number
3675// of successful test parts and the number of failed test parts.
3676int TestResult::total_part_count() const {
3677 return static_cast<int>(test_part_results_.size());
3678}
3679
3680// Returns the number of the test properties.
3681int TestResult::test_property_count() const {

Callers 1

OutputXmlTestInfoMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected