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

Function current_test_suite

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

Source from the content-addressed store, hash-verified

1147 void ListTestsMatchingFilter();
1148
1149 const TestSuite* current_test_suite() const { return current_test_suite_; }
1150 TestInfo* current_test_info() { return current_test_info_; }
1151 const TestInfo* current_test_info() const { return current_test_info_; }
1152

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected