Searched refs:Expectation (Results 1 – 3 of 3) sorted by relevance
92 class Expectation; variable500 class GTEST_API_ Expectation {503 Expectation();505 ~Expectation();544 bool operator()(const Expectation& lhs, const Expectation& rhs) const { in operator()551 Expectation(591 *this += Expectation(exp); in ExpectationSet()625 Expectation::Set expectations_;729 friend class ::testing::Expectation;748 virtual Expectation GetHandle() = 0;[all …]
485 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()492 return Expectation(*it); in GetHandleOf()497 return Expectation(); in GetHandleOf()844 Expectation::Expectation() {} in Expectation() function in testing::Expectation846 Expectation::Expectation( in Expectation() function in testing::Expectation850 Expectation::~Expectation() {} in ~Expectation()853 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation()
36 using testing::Expectation;