/external/mockito/src/org/mockito/internal/configuration/injection/filter/ |
OngoingInjecter.java | 5 package org.mockito.internal.configuration.injection.filter;
8 * Allow the ongoing injection of a mock candidate.
|
MockCandidateFilter.java | 5 package org.mockito.internal.configuration.injection.filter;
|
NameBasedCandidateFilter.java | 5 package org.mockito.internal.configuration.injection.filter;
|
TypeBasedCandidateFilter.java | 5 package org.mockito.internal.configuration.injection.filter;
|
/external/mockito/src/org/mockito/ |
InjectMocks.java | 15 * Mark a field on which injection should be performed.
18 * <li>Allows shorthand mock and spy injection.</li>
19 * <li>Minimizes repetitive mock and spy injection.</li>
22 * Mockito will try to inject mocks only either by constructor injection,
23 * setter injection, or property injection in order and as described below.
27 * <li><strong>Constructor injection</strong>; the biggest constructor is chosen,
30 * If non-mockable types are wanted, then constructor injection won't happen.
33 * <li><strong>Property setter injection</strong>; mocks will first be resolved by type,
36 * annotated fields with the matching properties, otherwise Mockito might get confused and injection won't happen.</p> [all...] |
/external/clang/test/SemaObjC/ |
stand-alone-implementation.m | 3 // Allow injection of ivars into implementation's implicit class.
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
MockInjectionStrategy.java | 6 package org.mockito.internal.configuration.injection; 31 * Enqueue next injection strategy. 54 * However if injection occurred successfully, the process should return <code>true</code>, 62 * @param onField Field needing injection. 75 * Process actual injection. 81 * @param field Field needing injection 84 * @return <code>true</code> if injection occurred, <code>false</code> otherwise
|
MockInjection.java | 6 package org.mockito.internal.configuration.injection; 18 * Internal injection configuration utility. 21 * Allow the user of this class to configure the way the injection of mocks will happen. 31 * @param field Field needing mock injection 43 * @param fields Fields needing mock injection
|
PropertyAndSetterInjection.java | 6 package org.mockito.internal.configuration.injection; 10 import org.mockito.internal.configuration.injection.filter.FinalMockCandidateFilter; 11 import org.mockito.internal.configuration.injection.filter.MockCandidateFilter; 12 import org.mockito.internal.configuration.injection.filter.NameBasedCandidateFilter; 13 import org.mockito.internal.configuration.injection.filter.TypeBasedCandidateFilter; 44 * <li>else set mock by field injection 55 * <u>Note:</u> If the field needing injection is not initialized, the strategy tries
|
SpyOnInjectedFieldsHandler.java | 6 package org.mockito.internal.configuration.injection; 24 * The handler assumes that field initialization AND injection already happened.
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
InputInjector.java | 22 * Interface for interacting with the UI via InputEvent injection. 30 * @return true if the injection succeeded.
|
/frameworks/base/core/java/android/hardware/location/ |
IFusedLocationHardware.aidl | 89 * Flags if the Hardware supports injection of diagnostic data. 91 * @return True if data injection is supported, false otherwise. 99 * @throws RuntimeException if injection is not supported. 104 * Flags if the Hardware supports injection of device context information. 106 * @return True if device context injection is supported, false otherwise. 114 * @throws RuntimeException if injection is not supported.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_actions.h | 48 // The type of ad injection an action performed. Do not delete or reorder 51 // No ad injection occurred. 59 // Something occurred which heuristically looks like an ad injection, but we 66 // Place any new injection types above this entry. 77 // Place any new injection types above this entry. 97 // Return the type of ad-injection performed in the |action|, or 185 // ad injection. 188 // Checks an action that modified the src of an element for ad injection. 190 // Checks an action with the appendChild API for ad injection. 192 // was an injection [all...] |
ad_injection_browsertest.cc | 55 return "No Ad Injection"; 57 return "Injection New Ad"; 59 return "Injection Removed Ad"; 61 return "Injection Replaced Ad"; 63 return "Injection Likely New Ad"; 65 return "Injection Likely Replaced Ad"; 67 return "Num Injection Types"; 103 // The type of the last injection. 106 // Whether or not we found multiple injection types (which shouldn't happen). 205 // An observer to be alerted when we detect ad injection [all...] |
/external/chromium_org/sync/internal_api/public/ |
sync_manager_factory.h | 17 // Helper class to allow dependency injection of the SyncManager.
|
/external/clang/test/CodeGenObjC/ |
stand-alone-implementation.m | 4 // Allow injection of ivars into implementation's implicit class.
|
/external/mockito/src/org/mockito/internal/configuration/ |
DefaultInjectionEngine.java | 7 import org.mockito.internal.configuration.injection.MockInjection;
|
/frameworks/testing/support/src/android/support/test/internal/runner/junit3/ |
AndroidTestSuite.java | 28 * An extension of {@link TestSuite} that supports Android construct injection into test cases, 51 // wrap the result in a new AndroidTestResult to do the bundle and instrumentation injection
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
nacl.scons | 10 # however, run it without any fault injection to ensure that we don't 11 # have any false injection, to ensure the test hasn't bitrotted. 39 # injection code (see native_client/src/trusted/fault_injection/)
|
fault_pm_nameservice_test.html | 13 <title>Native Client Fault-Injection Test</title> 17 <h1>Native Client Fault-Injection Test</h1>
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
InjectEventSecurityException.java | 20 * An checked {@link Exception} indicating that event injection failed with a
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyEvent.java | 39 // error code for remote exception during injection 41 // error code for security exception during injection
|
/external/chromium_org/content/test/ |
webui_resource_browsertest.cc | 46 // Queues the library corresponding to |resource_id| for injection into the 47 // test. The code injection is performed post-load, so any common test
|
/external/mockito/src/org/mockito/internal/configuration/injection/scanner/ |
InjectMocksScanner.java | 5 package org.mockito.internal.configuration.injection.scanner; 18 * Scan field for injection.
|
/external/chromium_org/chrome/browser/extensions/ |
content_script_apitest.cc | 45 << "Failed to execute script and extract bool for injection status."; 51 message = "CSS injected when no injection was expected."; 53 message = "CSS not injected when injection was expected."; 68 << "CSS injection added to number of stylesheets."; 167 // we can check that css injection is not allowed on the webstore (which 186 // CSS injection should be allowed on an aribitrary web page. 196 // We disallow all injection on the webstore.
|