Electroneum
testing::Sequence Class Reference

#include <gmock-spec-builders.h>

Public Member Functions

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

Detailed Description

Definition at line 619 of file gmock-spec-builders.h.

Constructor & Destructor Documentation

◆ Sequence()

testing::Sequence::Sequence ( )
inline

Definition at line 622 of file gmock-spec-builders.h.

622 : last_expectation_(new Expectation) {}

Member Function Documentation

◆ AddExpectation()

void testing::Sequence::AddExpectation ( const Expectation expectation) const
Here is the caller graph for this function:

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