Home | History | Annotate | Download | only in gtest

Lines Matching defs:GetParam

1644 // the GetParam() method.
1652 // // Can use GetParam() here.
1655 // // Can use GetParam() here.
1658 // // Can use GetParam() here.
1661 // // Can use GetParam() here.
1665 // // Can use GetParam() method here.
1667 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1680 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1682 const ParamType& GetParam() const { return *parameter_; }