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

Function TestExists

tests/gtest/gtest.h:7032–7034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7030 }
7031
7032 bool TestExists(const std::string& test_name) const {
7033 return registered_tests_.count(test_name) > 0;
7034 }
7035
7036 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
7037 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected