Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::Sequence Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>

+ Collaboration diagram for testing::Sequence:

Public Member Functions

 Sequence ()
 
void AddExpectation (const Expectation &expectation) const
 

Private Attributes

internal::linked_ptr< Expectationlast_expectation_
 

Detailed Description

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

Constructor & Destructor Documentation

testing::Sequence::Sequence ( )
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

Member Function Documentation

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

internal::linked_ptr<Expectation> testing::Sequence::last_expectation_
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().


The documentation for this class was generated from the following files: