Uses of Class
org.mockito.NotExtensible
-
Packages that use NotExtensible Package Description org.mockito.invocation Public API related to mock method invocations.org.mockito.mock Mock settings related classes.org.mockito.stubbing Stubbing related classes. -
-
Uses of NotExtensible in org.mockito.invocation
Classes in org.mockito.invocation with annotations of type NotExtensible Modifier and Type Interface Description interface
Invocation
A method call on a mock object.interface
InvocationContainer
Although this class is a part of public API, please don't provide your own implementations.interface
Location
Describes the location of something in the source code. -
Uses of NotExtensible in org.mockito.mock
Classes in org.mockito.mock with annotations of type NotExtensible Modifier and Type Interface Description interface
MockCreationSettings<T>
Informs about the mock settings. -
Uses of NotExtensible in org.mockito.stubbing
Classes in org.mockito.stubbing with annotations of type NotExtensible Modifier and Type Interface Description interface
BaseStubber
Base interface for stubbing consecutive method calls withMockito.doReturn(Object)
syntax.interface
LenientStubber
Used for declaring optional stubbings withMockito.lenient()
interface
Stubber
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleinterface
Stubbing
Stubbing declared on the mock object.
-