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

Function TEST_F

tests/gtest/gtest.h:10385–10387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10383};
10384
10385TEST_F(BaseTest, HasFoo) {
10386 // This is an ordinary non-parameterized test.
10387}
10388
10389TEST_P(DerivedTest, DoesBlah) {
10390 // GetParam works just the same here as if you inherit from TestWithParam.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected