#include <gmock.h>
Public Member Functions | |
void | AddExpectation (const Expectation &expectation) const |
void | AddExpectation (const Expectation &expectation) const |
Sequence () | |
Sequence () | |
Private Attributes | |
internal::linked_ptr< Expectation > | last_expectation_ |
Definition at line 9179 of file fused-src/gmock/gmock.h.
testing::Sequence::Sequence | ( | ) | [inline] |
Definition at line 9182 of file fused-src/gmock/gmock.h.
testing::Sequence::Sequence | ( | ) | [inline] |
Definition at line 622 of file gmock-spec-builders.h.
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
Definition at line 11234 of file gmock-gtest-all.cc.
Definition at line 9193 of file fused-src/gmock/gmock.h.