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

Function TestReportableDisabled

tests/gtest/gtest.h:13418–13420  ·  view source on GitHub ↗

Returns true iff the test is disabled and will be reported in the XML report.

Source from the content-addressed store, hash-verified

13416 // Returns true iff the test is disabled and will be reported in the XML
13417 // report.
13418 static bool TestReportableDisabled(const TestInfo* test_info) {
13419 return test_info->is_reportable() && test_info->is_disabled_;
13420 }
13421
13422 // Returns true iff test is disabled.
13423 static bool TestDisabled(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected