Uses of Class
org.mockito.NotExtensible
-
Packages that use NotExtensible Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.invocation Public API related to mock method invocations.org.mockito.mock Mock settings related classes.org.mockito.session org.mockito.stubbing Stubbing related classes. -
-
Uses of NotExtensible in org.mockito
Classes in org.mockito with annotations of type NotExtensible Modifier and Type Interface Description interfaceMockitoFrameworkMockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.interfaceMockitoSessionMockitoSessionis an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation.interfaceMockSettingsAllows mock creation with additional mock settings. -
Uses of NotExtensible in org.mockito.invocation
Classes in org.mockito.invocation with annotations of type NotExtensible Modifier and Type Interface Description interfaceInvocationA method call on a mock object.interfaceInvocationContainerAlthough this class is a part of public API, please don't provide your own implementations.interfaceInvocationOnMockAn invocation on a mock.interfaceLocationDescribes 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 interfaceMockCreationSettings<T>Informs about the mock settings. -
Uses of NotExtensible in org.mockito.session
Classes in org.mockito.session with annotations of type NotExtensible Modifier and Type Interface Description interfaceMockitoSessionBuilderFluent builder interface forMockitoSessionobjects.interfaceMockitoSessionLoggerLogger for hints emitted when finishing mocking for aMockitoSession. -
Uses of NotExtensible in org.mockito.stubbing
Classes in org.mockito.stubbing with annotations of type NotExtensible Modifier and Type Interface Description interfaceBaseStubberBase interface for stubbing consecutive method calls withMockito.doReturn(Object)syntax.interfaceLenientStubberUsed for declaring optional stubbings withMockito.lenient()interfaceOngoingStubbing<T>Simply put: "When the x method is called then return y".interfaceStubberAllows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleinterfaceStubbingStubbing declared on the mock object.
-