MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / total_part_count

Method total_part_count

tests/gtest/gtest-all.cc:3725–3727  ·  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

3723// Gets the number of all test parts. This is the sum of the number
3724// of successful test parts and the number of failed test parts.
3725int TestResult::total_part_count() const {
3726 return static_cast<int>(test_part_results_.size());
3727}
3728
3729// Returns the number of the test properties.
3730int TestResult::test_property_count() const {

Callers 3

OutputXmlTestInfoMethod · 0.80
OutputJsonTestInfoMethod · 0.80
RunAllTestsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected