Lines Matching refs:InSequence
83 .InSequence(sequences...) // Can be used any number of times
151 #### InSequence {#EXPECT_CALL.InSequence}
153 `.InSequence(`*`sequences...`*`)`
170 .InSequence(s1, s2);
172 .InSequence(s1);
174 .InSequence(s2);
177 The `InSequence` clause can be used any number of times on an expectation.
179 See also the [`InSequence` class](#InSequence).
530 [`InSequence`](#EXPECT_CALL.InSequence) clause of `EXPECT_CALL` for usage.
532 ### InSequence {#InSequence}
534 `::testing::InSequence`
543 using ::testing::InSequence;
545 InSequence seq;
555 The name of the `InSequence` object does not matter.