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

Function TEST_P

tests/gtest/gtest.h:10282–10287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10280// or "pattern", whichever you prefer to think.
10281
10282TEST_P(FooTest, DoesBlah) {
10283 // Inside a test, access the test parameter with the GetParam() method
10284 // of the TestWithParam<T> class:
10285 EXPECT_TRUE(foo.Blah(GetParam()));
10286 ...
10287}
10288
10289TEST_P(FooTest, HasBlahBlah) {
10290 ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected