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

Class BaseTest

tests/gtest/gtest.h:10376–10379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10374// separately from Test and WithParamInterface. For example:
10375
10376class BaseTest : public ::testing::Test {
10377 // You can inherit all the usual members for a non-parameterized test
10378 // fixture here.
10379};
10380
10381class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
10382 // The usual test fixture members go here too.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected