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

Method test_property_count

tests/gtest/gtest-all.cc:3730–3732  ·  view source on GitHub ↗

Returns the number of the test properties.

Source from the content-addressed store, hash-verified

3728
3729// Returns the number of the test properties.
3730int TestResult::test_property_count() const {
3731 return static_cast<int>(test_properties_.size());
3732}
3733
3734// class Test
3735

Callers 4

OutputXmlTestInfoMethod · 0.80
TestPropertiesAsJsonMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected