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

Class DerivedTest

tests/gtest/gtest.h:10381–10383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10379};
10380
10381class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
10382 // The usual test fixture members go here too.
10383};
10384
10385TEST_F(BaseTest, HasFoo) {
10386 // This is an ordinary non-parameterized test.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected