Lines Matching full:sequence
126 // Verifies that a sequence generated by the generator and accessed
147 << "At the presumed end of sequence when accessing via an iterator "
151 // the sequence accessed via an iterator initialized via the
167 << "At the presumed end of sequence when accessing via an iterator "
181 // generates an expected sequence of values. The general test pattern
183 // checks the sequence produced by the generator using its iterator API,
184 // and then resets the iterator back to the beginning of the sequence
185 // and checks the sequence again.
223 // Tests that Range() generates the expected sequence.
230 // Edge case. Tests that Range() generates the single element sequence
238 // Edge case. Tests that Range() with generates empty sequence when
246 // the expected sequence.
254 // the expected sequence when the last element does not fall on the
337 // the expected sequence.
345 // the expected sequence.
353 // single element generates the single element sequence.
360 // Tests that ValuesIn() generates the expected sequence for an STL
374 // Tests that ValuesIn() generates the expected sequence.
388 // single value generates a single-element sequence.
400 // generates an empty sequence.
409 // Tests that the Values() generates the expected sequence.
443 // Edge case test. Tests that single-parameter Values() generates the sequence
452 // Tests that Bool() generates sequence (false, true).
462 // Tests that Combine() with two parameters generates the expected sequence.
475 // Tests that Combine() with three parameters generates the expected sequence.
489 // sequence generates a sequence with the number of elements equal to the
490 // number of elements in the sequence generated by the second parameter.
500 // sequence generates a sequence with the number of elements equal to the
501 // number of elements in the sequence generated by the first parameter.
510 // Tests that when the first parameter produces an empty sequence,
511 // Combine() produces an empty sequence, too.
518 // Tests that when the second parameter produces an empty sequence,
519 // Combine() produces an empty sequence, too.
547 // Tests that an generator produces correct sequence after being
559 // one test per element from the sequence produced by the generator
694 // This test verifies that the element sequence (third parameter of
700 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
726 // Sequence produced by extern_gen contains only a single value
792 // sequence element used to instantiate the test.