HomeSort by relevance Sort by last modified time
    Searched full:stubbing (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
TempFileTextBody.java 30 //BEGIN android-changed: Stubbing out logging
  /system/bt/osi/test/
test_stubs.h 19 // Helper macros for stubbing out functions and modules for testing.
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 57 * <p>Then stubbing out mocks works as follows:
188 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
479 checkNoUnfinishedCalls(sUnfinishedStubbingActions, "stubbing");
482 /** Helper function to check that there are no verify or stubbing commands outstanding. */
503 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
583 * method calls happen with the supplied arguments or matchers) or stubbing (where the next method
629 * <p>It is not null when in the stubbing state, and it is actually used to determine if we are
630 * in the stubbing state.
672 /** Check that we are stubbing and verifying always from the same thread. */
704 /** Generate the dynamic proxy that will handle stubbing invocations. *
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/runner/intent/
IntentStubber.html 293 Stubbing intents requires support from Instrumentation, therefore do not expect an instance
421 order of which they were entered; i.e. the last stubbing has the highest priority. If no
  /frameworks/base/docs/html/reference/android/support/test/espresso/intent/
Intents.html 260 <p>Intents enables validation and stubbing of intents sent out by the application under test.
275 <p>An example test with intent stubbing:
286 // Set up result stubbing when an intent sent to "contacts" is seen.
468 <p>Enables stubbing intent responses.
1005 <p>Enables stubbing intent responses. This method is similar to Mockito.when and is particularly
package-summary.html 234 Intents enables validation and stubbing of intents sent out by the application under test.&nbsp;
  /external/mockito/src/org/mockito/plugins/
MockMaker.java 82 * stubbing and verification. In order to reset the mock, we pass
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
WakeupMessageTest.java 37 import org.mockito.stubbing.Answer;
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 47 * stubbing enough methods to satify code that tries to talk to other packages.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockKeyStore.java 13 import org.mockito.stubbing.Answer;
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
InstallPackageTaskTest.java 43 import org.mockito.stubbing.Answer;
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 47 import org.mockito.stubbing.Answer;
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ComposeMessageViewTest.java 47 import org.mockito.stubbing.Answer;
  /packages/apps/TV/tests/unit/src/com/android/tv/menu/
MenuTest.java 26 import org.mockito.stubbing.Answer;
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecommendationUtils.java 27 import org.mockito.stubbing.Answer;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 25 //BEGIN android-changed: Stubbing out logging
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 32 //BEGIN android-changed: Stubbing out logging
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 25 //BEGIN android-changed: Stubbing out logging
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 24 import org.mockito.stubbing.Answer;
89 * reusable stubbing. Others can be mocked using Mockito functions in tests or constructor/public
  /bionic/linker/
dlfcn.cpp 251 // Note that adding any new symbols here requires stubbing them out in libdl.
  /build/core/tasks/
sdk-addon.mk 37 $(info Stubbing addon jar using $(PRODUCT_SDK_ADDON_STUB_DEFS))
  /external/mockito/src/org/mockito/
Matchers.java 20 * Allow flexible verification or stubbing. See also {@link AdditionalMatchers}.
24 * //stubbing using anyInt() argument matcher
39 * E.g: (example shows verification but the same applies to stubbing):
257 * //stubbing:
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java 32 import org.mockito.stubbing.Answer;
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 30 import org.mockito.stubbing.Answer;
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ExternalCallNotifierTest.java 35 import org.mockito.stubbing.Answer;

Completed in 4627 milliseconds

1 2 3 45 6 7 8