Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h613 void AddExpectation(const Expectation& expectation) const;
930 s.AddExpectation(GetHandle()); in InSequence()
1520 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc768 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence