Searched refs:Mock (Results 176 - 200 of 206) sorted by relevance

123456789

/external/chromium/chrome/browser/policy/
H A Duser_policy_cache_unittest.cc113 testing::Mock::VerifyAndClearExpectations(&observer);
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc831 testing::Mock::VerifyAndClear(&observer);
852 testing::Mock::VerifyAndClear(&observer);
874 testing::Mock::VerifyAndClear(&observer);
891 testing::Mock::VerifyAndClear(&observer);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc45 using testing::Mock;
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_client_unittest.cc19 using ::testing::Mock;
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc1019 ::testing::Mock::VerifyAndClearExpectations(&dm_observer);
1041 ::testing::Mock::VerifyAndClearExpectations(&dm_observer);
1521 ::testing::Mock::VerifyAndClearExpectations(&dm_observer);
1568 ::testing::Mock::VerifyAndClearExpectations(&dm_observer);
/external/chromium_org/third_party/pymock/
H A Dmock.py17 'Mock',
129 # can't use isinstance on Mock objects because they override __class__
466 """A non-callable version of `Mock`"""
658 raise AttributeError("Mock object has no attribute %r" % name)
761 raise AttributeError("Mock object has no attribute '%s'" % name)
767 raise AttributeError("Mock object has no attribute '%s'" % name)
898 Subclasses of Mock may want to override this to customize the way
908 klass = Mock
1031 class Mock(CallableMixin, NonCallableMock): class in inherits:CallableMixin, NonCallableMock
1033 Create a new `Mock` objec
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc293 ::testing::Mock::VerifyAndClearExpectations(&observer);
301 ::testing::Mock::VerifyAndClearExpectations(&observer);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc56 using testing::Mock;
323 Mock::VerifyAndClearExpectations(this);
/external/chromium_org/chrome_frame/test/
H A Dtest_with_web_server.cc168 testing::Mock::VerifyAndClear(listener_mock_);
169 testing::Mock::VerifyAndClear(server_mock_);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl_unittest.cc1558 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
1588 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
1808 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
2187 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
2215 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
2386 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
2425 testing::Mock::VerifyAndClearExpectations(&encryption_observer_);
/external/chromium_org/base/
H A Dbind_unittest.cc14 using ::testing::Mock;
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator_test.cc27 using testing::Mock;
H A Dgles2_implementation_unittest.cc29 using testing::Mock;
415 ::testing::Mock::VerifyAndClearExpectations(gl_.get());
423 ::testing::Mock::VerifyAndClearExpectations(command_buffer());
488 Mock::VerifyAndClear(gl_.get());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase_unittest.py40 from webkitpy.thirdparty.mock import Mock namespace
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc57 // Google Mock action that posts a task to the current message loop that invokes
362 ::testing::Mock::VerifyAndClearExpectations(delegate());
1876 ::testing::Mock::VerifyAndClearExpectations(delegate());
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc1720 testing::Mock::VerifyAndClear(delegate_.metric_logger());
1732 testing::Mock::VerifyAndClear(delegate_.metric_logger());
/external/chromium_org/media/base/
H A Dpipeline_unittest.cc29 using ::testing::Mock;
364 Mock::VerifyAndClear(&callbacks_);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc139 using testing::Mock;
1934 Mock::VerifyAndClearExpectations(&observer);
1945 Mock::VerifyAndClearExpectations(&observer);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc779 testing::Mock::VerifyAndClearExpectations(func.get());
824 testing::Mock::VerifyAndClearExpectations(func.get());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py36 from webkitpy.thirdparty.mock import Mock namespace
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc51 using ::testing::Mock;
3518 Mock::VerifyAndClearExpectations(&mock_context);
3531 Mock::VerifyAndClearExpectations(&mock_context);
3554 Mock::VerifyAndClearExpectations(&mock_context);
3569 Mock::VerifyAndClearExpectations(&mock_context);
3838 Mock::VerifyAndClearExpectations(&mock_context);
3846 Mock::VerifyAndClearExpectations(&mock_context);
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc2150 testing::Mock::VerifyAndClearExpectations(gl_.get());
2157 testing::Mock::VerifyAndClearExpectations(gl_.get());
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc85 using testing::Mock;
H A Dprofile_sync_service_bookmark_unittest.cc39 using testing::Mock;
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java210 expect(mMethodCalls.isEmpty(), "Mock expected zero interactions, had " + mMethodCalls);
327 * Injects fields annotated with {@link Mock} with a newly created mock, and those
344 if (field.getAnnotation(Mock.class) != null) {
645 * the field this mock will be stored into (in case it uses @Mock) or a suitable name to
767 return "Mock<" + mClazz.getName() + ">";

Completed in 704 milliseconds

123456789