HomeSort by relevance Sort by last modified time
    Searched refs:Mock (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 44 import static com.google.testing.littlemock.LittleMock.mock;
78 @Mock private Foo mFoo;
79 @Mock private Bar mBar;
80 @Mock private BarSubtype mBarSubtype;
880 // call on the mock object.
928 @Mock protected Foo outerMock;
931 @Mock protected Foo innerMock;
1562 Jim mock = mock(Jim.class); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 6 * Mock out the chrome.fileBrowserPrivate API for use in the harness.
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter_unittest.cc 28 using ::testing::Mock;
282 Mock::VerifyAndClearExpectations(delegate_);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 48 using testing::Mock;
490 Mock::VerifyAndClearExpectations(&observer);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 405 testing::Mock::VerifyAndClearExpectations(client_);
411 return testing::Mock::VerifyAndClearExpectations(client_);
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 5 // Create a service process that uses a Mock to respond to the browser in order
59 using ::testing::Mock;
207 // The return value from this routine is used as the exit code for the mock
245 // Here is where the expectations/mock responses need to be set up.
271 if (!Mock::VerifyAndClearExpectations(&server))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_html5fs_test.cc 36 using ::testing::Mock;
117 Mock::VerifyAndClearExpectations(&filesystem_mock);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 207 testing::Mock::VerifyAndClearExpectations(history_service_);
session_model_associator_unittest.cc 247 testing::Mock::VerifyAndClearExpectations(&tab_mock);
258 testing::Mock::VerifyAndClearExpectations(&tab_mock);
271 testing::Mock::VerifyAndClearExpectations(&tab_mock);
318 // Populate the mock tab delegate with some data and navigation
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 297 testing::Mock::VerifyAndClearExpectations(components_factory());
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor_unittest.cc 250 // Make sure none of the mock expectations carry over to the next test.
251 ::testing::Mock::VerifyAndClearExpectations(&clock_);
phishing_dom_feature_extractor_browsertest.cc 444 // Make sure none of the mock expectations carry over to the next test.
445 ::testing::Mock::VerifyAndClearExpectations(&clock_);
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer_test.cc 27 using testing::Mock;
63 // ignore noops in the mock - we don't want to inspect the internals of the
118 // CommandBufferHelper with a mock AsyncAPIInterface for its interface (calling
209 // RingBufferWrapper, using a CommandBufferHelper with a mock
mapped_memory_unittest.cc 24 using testing::Mock;
37 // ignore noops in the mock - we don't want to inspect the internals of the
89 // CommandBufferHelper with a mock AsyncAPIInterface for its interface (calling
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results_unittests.js 183 "Mock Builder": unittest.kExampleResultsJSON
187 "Mock Builder": {
198 "Mock Builder": unittest.kExampleResultsJSON
200 var failureInfo = results.failureInfoForTestAndBuilder(unexpectedFailuresByTest, "userscripts/another-test.html", "Mock Builder");
203 "builderName": "Mock Builder",
354 else if (/Mock Builder/.test(url))
364 results.regressionRangeForFailure("Mock Builder", "userscripts/another-test.html", function(oldestFailingRevision, newestPassingRevision) {
369 results.unifyRegressionRanges(["Mock Builder", "Another Builder"], "userscripts/another-test.html", function(oldestFailingRevision, newestPassingRevision) {
415 results.regressionRangeForFailure("Mock Builder", "userscripts/another-test.html", function(oldestFailingRevision, newestPassingRevision) {
477 'builderName': "Mock Builder"
    [all...]
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 24 using ::testing::Mock;
192 Mock::VerifyAndClear(stream);
411 Mock::VerifyAndClear(&callback_);
631 // Setup the mock such that all three streams are successfully created.
687 // Setup the mock such that all three streams are successfully created.
  /external/chromium/base/
bind_unittest.cc 17 using ::testing::Mock;
  /external/chromium/chrome/browser/policy/
user_policy_cache_unittest.cc 113 testing::Mock::VerifyAndClearExpectations(&observer);
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 48 // Google Mock action that posts a task to the current message loop that invokes
70 // Subclass of the ChromeDownloadManagerDelegate that uses a mock
194 ::testing::Mock::VerifyAndClearExpectations(delegate_.get());
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_unittest.cc 19 using ::testing::Mock;
  /external/chromium_org/content/browser/download/
download_browsertest.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 441 Mock::VerifyAndClearExpectations(gl_.get());
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 293 ::testing::Mock::VerifyAndClearExpectations(&observer);
301 ::testing::Mock::VerifyAndClearExpectations(&observer);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 21 * Mock settings data.
45 * Register a mock dictionary handler.
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 56 using testing::Mock;
190 // Sets up a mock policy provider for user and device policies.
323 Mock::VerifyAndClearExpectations(this);
    [all...]

Completed in 1742 milliseconds

1 2 3 4 5 6 78 910