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

Function set_current_test_suite

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

Sets the TestSuite object for the test that's currently running.

Source from the content-addressed store, hash-verified

1090
1091 // Sets the TestSuite object for the test that's currently running.
1092 void set_current_test_suite(TestSuite* a_current_test_suite) {
1093 current_test_suite_ = a_current_test_suite;
1094 }
1095
1096 // Sets the TestInfo object for the test that's currently running. If
1097 // current_test_info is NULL, the assertion results will be stored in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected