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