proxygen
|
#include <gmock-spec-builders.h>
Public Member Functions | |
Sequence () | |
void | AddExpectation (const Expectation &expectation) const |
Sequence () | |
void | AddExpectation (const Expectation &expectation) const |
Sequence () | |
void | AddExpectation (const Expectation &expectation) const |
Private Attributes | |
internal::linked_ptr< Expectation > | last_expectation_ |
Definition at line 619 of file gmock-spec-builders.h.
|
inline |
Definition at line 622 of file gmock-spec-builders.h.
|
inline |
Definition at line 622 of file gmock-spec-builders.h.
References testing::internal::g_gmock_implicit_sequence, GTEST_API_, testing::internal::GTEST_ATTRIBUTE_UNUSED_, and GTEST_DISALLOW_COPY_AND_ASSIGN_.
|
inline |
Definition at line 622 of file gmock-spec-builders.h.
References testing::internal::g_gmock_implicit_sequence, GTEST_API_, testing::internal::GTEST_ATTRIBUTE_UNUSED_, and GTEST_DISALLOW_COPY_AND_ASSIGN_.
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
Definition at line 794 of file gmock-spec-builders.cc.
References testing::Expectation::expectation_base(), and testing::internal::ExpectationBase::immediate_prerequisites_.
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::AddNewExpectation(), and testing::internal::TypedExpectation< F >::InSequence().
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
|
private |
Definition at line 633 of file gmock-spec-builders.h.