Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h635 void AddExpectation(const Expectation& expectation) const;
954 s.AddExpectation(GetHandle()); in InSequence()
1634 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc847 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence