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

Method CreateTestFactory

test/gtest/gtest.h:10396–10398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10394 TestMetaFactory() {}
10395
10396 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) {
10397 return new ParameterizedTestFactory<TestCase>(parameter);
10398 }
10399
10400 private:
10401 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestMetaFactory);

Callers 1

RegisterTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected