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

Function TestDisabled

tests/gtest/gtest.h:13423–13425  ·  view source on GitHub ↗

Returns true iff test is disabled.

Source from the content-addressed store, hash-verified

13421
13422 // Returns true iff test is disabled.
13423 static bool TestDisabled(const TestInfo* test_info) {
13424 return test_info->is_disabled_;
13425 }
13426
13427 // Returns true iff this test will appear in the XML report.
13428 static bool TestReportable(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected