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

Function current_test_info

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

Source from the content-addressed store, hash-verified

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
1153 // Returns the vector of environments that need to be set-up/torn-down

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected