Uses of Package
org.mockito.stubbing
Packages that use org.mockito.stubbing
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Mockito configuration utilities
Internal classes, not to be used by clients.
Mockito configuration
Mock object creation.
Stubbing logic.
Answers for stubbed calls
Implementations of ReturnValues
External stubbing related classes
-
Classes in org.mockito.stubbing used by org.mockitoClassDescriptionGeneric interface to be used for configuring mock's answer.Stubs a method call with return value or an exception.Simply put: "When the x method is called then return y".Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleStubs void method with an exception.
-
Classes in org.mockito.stubbing used by org.mockito.configuration
-
Classes in org.mockito.stubbing used by org.mockito.internalClassDescriptionGeneric interface to be used for configuring mock's answer.Stubs a method call with return value or an exception.Simply put: "When the x method is called then return y".Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleStubs void method with an exception.
-
Classes in org.mockito.stubbing used by org.mockito.internal.configuration
-
Classes in org.mockito.stubbing used by org.mockito.internal.creation
-
Classes in org.mockito.stubbing used by org.mockito.internal.creation.settings
-
Classes in org.mockito.stubbing used by org.mockito.internal.stubbingClassDescriptionGeneric interface to be used for configuring mock's answer.Stubs a method call with return value or an exception.Simply put: "When the x method is called then return y".Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleStubs void method with an exception.
-
Classes in org.mockito.stubbing used by org.mockito.internal.stubbing.answers
-
Classes in org.mockito.stubbing used by org.mockito.internal.stubbing.defaultanswers
-
Classes in org.mockito.stubbing used by org.mockito.mock
-
Classes in org.mockito.stubbing used by org.mockito.stubbingClassDescriptionGeneric interface to be used for configuring mock's answer.Stubs a method call with return value or an exception.Simply put: "When the x method is called then return y".Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleStubs void method with an exception.
-
Classes in org.mockito.stubbing used by org.mockito.stubbing.answers