class Sequence

Defined at line 615 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

Sequence objects are used by a user to specify the relative order

in which the expectations should match. They are copyable (we rely

on the compiler-defined copy constructor and assignment operator).

Public Methods

void AddExpectation (const Expectation & expectation)

Adds an expectation to this sequence. The caller must ensure

that no other thread is accessing this Sequence object.

void Sequence ()

Constructs an empty sequence.

Defined at line 618 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h