Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>
Public Member Functions | |
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.
View newest version in sPHENIX GitHub at line 619 of file gmock-spec-builders.h
|
inline |
Definition at line 622 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 622 of file gmock-spec-builders.h
void testing::Sequence::AddExpectation | ( | const Expectation & | expectation | ) | const |
Definition at line 794 of file gmock-spec-builders.cc.
View newest version in sPHENIX GitHub at line 794 of file gmock-spec-builders.cc
References testing::Expectation::expectation_base(), testing::internal::ExpectationBase::immediate_prerequisites_, and last_expectation_.
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::AddNewExpectation(), and testing::internal::TypedExpectation< F >::InSequence().
|
private |
Definition at line 633 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 633 of file gmock-spec-builders.h
Referenced by AddExpectation().