Searched refs:ExpectationSet (Results 1 – 10 of 10) sorted by relevance
82 class ExpectationSet; variable503 friend class ExpectationSet;550 class ExpectationSet {559 ExpectationSet() {} in ExpectationSet() function564 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet() function571 ExpectationSet(const Expectation& e) { // NOLINT in ExpectationSet() function580 bool operator==(const ExpectationSet& rhs) const {584 bool operator!=(const ExpectationSet& rhs) const { return !(*this == rhs); }588 ExpectationSet& operator+=(const Expectation& e) {799 void FindUnsatisfiedPrerequisites(ExpectationSet* result) const;[all …]
78 using testing::ExpectationSet;1403 ::testing::StaticAssertTypeEq<Expectation, ExpectationSet::value_type>(); in TEST()1411 ExpectationSet es1; // Default ctor. in TEST()1412 ExpectationSet es2 = EXPECT_CALL(a, DoA(1)); // Ctor from EXPECT_CALL. in TEST()1413 ExpectationSet es3 = e1; // Ctor from Expectation. in TEST()1414 ExpectationSet es4(e1); // Ctor from Expectation; alternative syntax. in TEST()1415 ExpectationSet es5 = e2; // Ctor from const Expectation. in TEST()1416 ExpectationSet es6(e2); // Ctor from const Expectation; alternative syntax. in TEST()1417 ExpectationSet es7 = es2; // Copy ctor. in TEST()1436 ExpectationSet es1; in TEST()[all …]
13 using ::testing::ExpectationSet;107 ExpectationSet injects; in TEST()154 ExpectationSet injects; in TEST()204 ExpectationSet injects; in TEST()
59 using ::testing::ExpectationSet;735 ExpectationSet usesMockCurve; in TEST_F()744 ExpectationSet usesMockAnimation; in TEST_F()782 ExpectationSet usesMockCurve; in TEST_F()791 ExpectationSet usesMockAnimation; in TEST_F()832 ExpectationSet usesMockCurve; in TEST_F()844 ExpectationSet usesMockAnimation; in TEST_F()884 ExpectationSet usesMockCurve; in TEST_F()893 ExpectationSet usesMockAnimation; in TEST_F()941 ExpectationSet usesMockCurve; in TEST_F()[all …]
87 enum ExpectationSet { enum107 ExpectationSet GetExpectationSet(DWORD os) { in GetExpectationSet()182 ExpectationSet expected_set = GetExpectationSet(os); in GetExpectedValue()
20 using testing::ExpectationSet;41 ExpectationSet MockIEEventSink::ExpectNavigationCardinality( in ExpectNavigationCardinality()44 ExpectationSet navigation; in ExpectNavigationCardinality()
144 testing::ExpectationSet ExpectNavigationCardinality(const std::wstring& url,
102 for (ExpectationSet::const_iterator it = immediate_prerequisites_.begin(); in RetireAllPreRequisites()117 for (ExpectationSet::const_iterator it = immediate_prerequisites_.begin(); in AllPrerequisitesAreSatisfied()129 ExpectationSet* result) const { in FindUnsatisfiedPrerequisites()131 for (ExpectationSet::const_iterator it = immediate_prerequisites_.begin(); in FindUnsatisfiedPrerequisites()
14 using ::testing::ExpectationSet;
13 using ::testing::ExpectationSet;