Lines Matching full:parameter
32 // Tests for Google Test itself. This file verifies that the parameter
33 // generators objects produce correct parameter sequences and that
153 // unaffected by the parameter evaluation order.
277 // Tests that ValuesIn() with an array parameter generates
285 // Tests that ValuesIn() with a const array parameter generates
293 // Edge case. Tests that ValuesIn() with an array parameter containing a
359 // different types convertible to ParamGenerator's parameter type.
384 // Edge case test. Tests that single-parameter Values() generates the sequence
456 // Tests that the Combine() with the first parameter generating a single value
458 // number of elements in the sequence generated by the second parameter.
467 // Tests that the Combine() with the second parameter generating a single value
469 // number of elements in the sequence generated by the first parameter.
478 // Tests that when the first parameter produces an empty sequence,
486 // Tests that when the second parameter produces an empty sequence,
662 // This test verifies that the element sequence (third parameter of
669 // parameter 0, and the test body will fail the assertion.