| 10826 | using ParamType = typename TestSuite::ParamType; |
| 10827 | |
| 10828 | TestMetaFactory() {} |
| 10829 | |
| 10830 | TestFactoryBase* CreateTestFactory(ParamType parameter) override { |
| 10831 | return new ParameterizedTestFactory<TestSuite>(parameter); |
nothing calls this directly
no outgoing calls
no test coverage detected