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

Method Skipped

tests/gtest/gtest-all.cc:3690–3692  ·  view source on GitHub ↗

Returns true iff the test was skipped.

Source from the content-addressed store, hash-verified

3688
3689// Returns true iff the test was skipped.
3690bool TestResult::Skipped() const {
3691 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0;
3692}
3693
3694// Returns true iff the test failed.
3695bool TestResult::Failed() const {

Callers 6

TestSkippedFunction · 0.80
IsSkippedMethod · 0.80
OnTestEndMethod · 0.80
PrintSkippedTestsMethod · 0.80
OutputXmlTestInfoMethod · 0.80
OutputJsonTestInfoMethod · 0.80

Calls 2

CountIfFunction · 0.85
FailedFunction · 0.70

Tested by

no test coverage detected