Home
last modified time | relevance | path

Searched refs:AddExpectation (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h619 void AddExpectation(const Expectation& expectation) const;
948 s.AddExpectation(GetHandle()); in InSequence()
1547 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc760 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence