HomeSort by relevance Sort by last modified time
    Searched refs:mockHandler (Results 1 - 11 of 11) sorted by null

  /external/mockito/src/org/mockito/internal/handler/
InvocationNotifierHandler.java 12 import org.mockito.invocation.MockHandler;
24 * Also imposterize MockHandlerImpl, delegate all call of InternalMockHandler to the real mockHandler
26 class InvocationNotifierHandler<T> implements MockHandler, InternalMockHandler<T> {
29 private InternalMockHandler<T> mockHandler;
31 public InvocationNotifierHandler(InternalMockHandler<T> mockHandler, MockCreationSettings settings) {
32 this.mockHandler = mockHandler;
38 Object returnedValue = mockHandler.handle(invocation);
69 return mockHandler.getMockSettings();
73 return mockHandler.voidMethodStubbable(mock);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 55 this.mockHandler.stubs().getKioskAppSettings().
59 this.mockHandler.stubs().addKioskApp(ANYTHING);
60 this.mockHandler.stubs().removeKioskApp(ANYTHING);
61 this.mockHandler.stubs().enableKioskAutoLaunch(ANYTHING);
62 this.mockHandler.stubs().disableKioskAutoLaunch(ANYTHING);
91 this.mockHandler.expects(once()).addKioskApp([testAppId]);
102 this.mockHandler.expects(once()).removeKioskApp([appId]);
112 this.mockHandler.expects(once()).enableKioskAutoLaunch([appId]).
120 this.mockHandler.expects(once()).disableKioskAutoLaunch([appId]).
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 68 this.mockHandler.expects(once()).SyncSetupShowSetupUI().
76 this.mockHandler.expects(once()).SyncSetupStartSignIn().
85 this.mockHandler.expects(once()).SyncSetupConfigure(ANYTHING).
  /external/mockito/src/org/mockito/internal/util/
MockUtil.java 13 import org.mockito.invocation.MockHandler;
30 MockHandler mockHandler = new MockHandlerFactory().create(settings);
32 T mock = mockMaker.createMock(settings, mockHandler);
45 MockHandler newHandler = new MockHandlerFactory().create(settings);
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 29 this.mockHandler.stubs().refreshDictionaryWords().
33 this.mockHandler.stubs().addDictionaryWord(ANYTHING);
34 this.mockHandler.stubs().removeDictionaryWord(ANYTHING);
44 this.mockHandler.expects(once()).addDictionaryWord([testWord]).
51 this.mockHandler.expects(once()).removeDictionaryWord([testWord]).
certificate_manager_browsertest.js 63 this.mockHandler.expects(once()).populateCertificateManager();
65 this.mockHandler.expects(atLeastOnce()).checkTpmTokenReady();
112 this.mockHandler.expects(once()).populateCertificateManager().will(
144 this.mockHandler.expects(once()).checkTpmTokenReady().will(callFunction(
155 this.mockHandler.expects(once()).viewCertificate(['c1']);
191 this.mockHandler.expects(once()).deleteCertificate(['c1']).will(callFunction(
language_options_dictionary_download_browsertest.js 26 this.mockHandler.stubs().retryDictionaryDownload().
95 this.mockHandler.expects(once()).retryDictionaryDownload().
options_browsertest.js 59 this.mockHandler.stubs().fetchPrefs(ANYTHING);
60 this.mockHandler.stubs().observePrefs(ANYTHING);
61 this.mockHandler.stubs().coreOptionsUserMetricsAction(ANYTHING);
82 this.mockHandler.expects(once()).setBooleanPref(trueListValue);
122 this.mockHandler.expects(once()).defaultZoomFactorAction(NOT_NULL).
166 this.mockHandler.expects(once()).setBooleanPref(
218 this.mockHandler.expects(once()).setBooleanPref(
228 this.mockHandler.expects(once()).setBooleanPref(
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 76 this.mockHandler.expects(once()).bluetoothEnableChange([true]).will(
150 this.mockHandler.expects(once()).findBluetoothDevices();
160 this.mockHandler.expects(once()).stopBluetoothDeviceDiscovery();
161 this.mockHandler.expects(once()).updateBluetoothDevice(
208 this.mockHandler.expects(once()).updateBluetoothDevice(
251 this.mockHandler.expects(once()).updateBluetoothDevice(
269 this.mockHandler.expects(once()).updateBluetoothDevice(
287 this.mockHandler.expects(once()).updateBluetoothDevice(
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 1339 milliseconds