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

Method TestInfo

tests/gtest/gtest.h:10980–10984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10978 // with TEST_P macro.
10979 struct TestInfo {
10980 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name,
10981 TestMetaFactoryBase<ParamType>* a_test_meta_factory)
10982 : test_suite_base_name(a_test_suite_base_name),
10983 test_base_name(a_test_base_name),
10984 test_meta_factory(a_test_meta_factory) {}
10985
10986 const std::string test_suite_base_name;
10987 const std::string test_base_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected