MCPcopy Create free account
hub / github.com/BVLC/caffe / CreateTest

Method CreateTest

src/gtest/gtest.h:10292–10295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10290 explicit ParameterizedTestFactory(ParamType parameter) :
10291 parameter_(parameter) {}
10292 virtual Test* CreateTest() {
10293 TestClass::SetParam(&parameter_);
10294 return new TestClass();
10295 }
10296
10297 private:
10298 const ParamType parameter_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected