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

Function TestReportable

tests/gtest/gtest.h:13428–13430  ·  view source on GitHub ↗

Returns true iff this test will appear in the XML report.

Source from the content-addressed store, hash-verified

13426
13427 // Returns true iff this test will appear in the XML report.
13428 static bool TestReportable(const TestInfo* test_info) {
13429 return test_info->is_reportable();
13430 }
13431
13432 // Returns true if the given test should run.
13433 static bool ShouldRunTest(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected