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

Function GenerateNames

tests/gtest/gtest.h:7110–7114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7108
7109template <typename NameGenerator, typename Types>
7110std::vector<std::string> GenerateNames() {
7111 std::vector<std::string> result;
7112 GenerateNamesRecursively<NameGenerator>(Types(), &result, 0);
7113 return result;
7114}
7115
7116// TypeParameterizedTest<Fixture, TestSel, Types>::Register()
7117// registers a list of type-parameterized tests with Google Test. The

Callers

nothing calls this directly

Calls 1

TypesClass · 0.85

Tested by

no test coverage detected