MCPcopy Create free account
hub / github.com/apache/singa / ParameterizedTestFactory

Method ParameterizedTestFactory

test/gtest/gtest.h:10355–10356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10353 public:
10354 typedef typename TestClass::ParamType ParamType;
10355 explicit ParameterizedTestFactory(ParamType parameter) :
10356 parameter_(parameter) {}
10357 virtual Test* CreateTest() {
10358 TestClass::SetParam(&parameter_);
10359 return new TestClass();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected