Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h639 void AddExpectation(const Expectation& expectation) const;
955 s.AddExpectation(GetHandle()); in InSequence()
1641 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc853 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence