Lines Matching defs:parameter
59 // Input to a parameterized test name generator, describing a test parameter.
60 // Consists of the parameter value and the integer parameter index.
379 // integer test parameter index.
396 // Stores a parameter value and later creates tests parameterized with that
402 explicit ParameterizedTestFactory(ParamType parameter)
403 : parameter_(parameter) {}
425 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
444 TestFactoryBase* CreateTestFactory(ParamType parameter) override {
445 return new ParameterizedTestFactory<TestSuite>(parameter);
530 // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
603 nullptr, // No type parameter.