Uses of Interface
org.mockito.stubbing.DeprecatedOngoingStubbing
Packages that use DeprecatedOngoingStubbing
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Internal classes, not to be used by clients.
Stubbing logic.
External stubbing related classes
-
Uses of DeprecatedOngoingStubbing in org.mockito
Methods in org.mockito that return DeprecatedOngoingStubbingModifier and TypeMethodDescriptionstatic <T> DeprecatedOngoingStubbing
<T> Mockito.stub
(T methodCall) Stubs a method call with return value or an exception. -
Uses of DeprecatedOngoingStubbing in org.mockito.internal
Methods in org.mockito.internal that return DeprecatedOngoingStubbingModifier and TypeMethodDescription<T> DeprecatedOngoingStubbing
<T> MockitoCore.stub
(T methodCall) -
Uses of DeprecatedOngoingStubbing in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement DeprecatedOngoingStubbingMethods in org.mockito.internal.stubbing that return DeprecatedOngoingStubbingModifier and TypeMethodDescription -
Uses of DeprecatedOngoingStubbing in org.mockito.stubbing
Methods in org.mockito.stubbing that return DeprecatedOngoingStubbingModifier and TypeMethodDescriptionSet a generic Answer for the stubbed method.Set a return value for the stubbed method.Set a Throwable to be thrown when the stubbed method is called.