Home
last modified time | relevance | path

Searched refs:ExpectationSet (Results 1 – 10 of 10) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h82 class ExpectationSet; variable
503 friend class ExpectationSet;
550 class ExpectationSet {
559 ExpectationSet() {} in ExpectationSet() function
564 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet() function
571 ExpectationSet(const Expectation& e) { // NOLINT in ExpectationSet() function
580 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 …]
/external/chromium/testing/gmock/test/
Dgmock-spec-builders_test.cc78 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 …]
/external/chromium_org/remoting/protocol/
Dinput_event_tracker_unittest.cc13 using ::testing::ExpectationSet;
107 ExpectationSet injects; in TEST()
154 ExpectationSet injects; in TEST()
204 ExpectationSet injects; in TEST()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTest.cpp59 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 …]
/external/chromium_org/base/win/
Dpe_image_unittest.cc87 enum ExpectationSet { enum
107 ExpectationSet GetExpectationSet(DWORD os) { in GetExpectationSet()
182 ExpectationSet expected_set = GetExpectationSet(os); in GetExpectedValue()
/external/chromium_org/chrome_frame/test/
Dmock_ie_event_sink_test.cc20 using testing::ExpectationSet;
41 ExpectationSet MockIEEventSink::ExpectNavigationCardinality( in ExpectNavigationCardinality()
44 ExpectationSet navigation; in ExpectNavigationCardinality()
Dmock_ie_event_sink_test.h144 testing::ExpectationSet ExpectNavigationCardinality(const std::wstring& url,
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc102 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()
/external/chromium_org/remoting/host/
Dremote_input_filter_unittest.cc14 using ::testing::ExpectationSet;
/external/chromium_org/remoting/client/
Dkey_event_mapper_unittest.cc13 using ::testing::ExpectationSet;