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

Class FooTest

tests/gtest/gtest.h:10274–10276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10272// lifespan of the pointed values.
10273
10274class FooTest : public ::testing::TestWithParam<const char*> {
10275 // You can implement all the usual class fixture members here.
10276};
10277
10278// Then, use the TEST_P macro to define as many parameterized tests
10279// for this fixture as you want. The _P suffix is for "parameterized"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected