#include <gmock-spec-builders.h>
Definition at line 492 of file gmock-spec-builders.h.
◆ Expectation() [1/2]
testing::Expectation::Expectation |
( |
| ) |
|
◆ ~Expectation()
testing::Expectation::~Expectation |
( |
| ) |
|
◆ Expectation() [2/2]
◆ operator!=()
bool testing::Expectation::operator!= |
( |
const Expectation & | rhs | ) |
const |
|
inline |
◆ operator==()
bool testing::Expectation::operator== |
( |
const Expectation & | rhs | ) |
const |
|
inline |
Definition at line 514 of file gmock-spec-builders.h.
514 {
515 return expectation_base_ == rhs.expectation_base_;
516 }
◆ ::testing::internal::ExpectationBase
◆ ::testing::internal::FunctionMockerBase
◆ ::testing::internal::TypedExpectation
◆ ::testing::internal::UntypedFunctionMockerBase
◆ ExpectationSet
◆ Sequence
The documentation for this class was generated from the following files: