Uses of Interface
org.mockito.plugins.MockMaker
Packages that use MockMaker
Package
Description
Mockito plugins configuration machinery.
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Static utils
Mockito plugins allow customization of behavior.
-
Uses of MockMaker in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as MockMakerMethods in org.mockito.internal.configuration.plugins that return MockMakerModifier and TypeMethodDescriptionDefaultMockitoPlugins.getInlineMockMaker()
DefaultMockitoPlugins.getMockMaker
(String mockMaker) (package private) MockMaker
PluginRegistry.getMockMaker()
Returns the implementation of the mock maker available for the current runtime.static MockMaker
Plugins.getMockMaker()
Returns the implementation of the mock maker available for the current runtime. -
Uses of MockMaker in org.mockito.internal.creation.bytebuddy
Subinterfaces of MockMaker in org.mockito.internal.creation.bytebuddyClasses in org.mockito.internal.creation.bytebuddy that implement MockMakerModifier and TypeClassDescriptionclass
ByteBuddy MockMaker.class
(package private) class
Agent and subclass based mock maker.class
Subclass based mock maker. -
Uses of MockMaker in org.mockito.internal.creation.proxy
Classes in org.mockito.internal.creation.proxy that implement MockMakerModifier and TypeClassDescriptionclass
A mock maker that is using theProxy
utility and is therefore only capable of mocking interfaces but does not rely on manual byte code generation but only uses official and public Java API. -
Uses of MockMaker in org.mockito.internal.util
Fields in org.mockito.internal.util declared as MockMakerFields in org.mockito.internal.util with type parameters of type MockMakerMethods in org.mockito.internal.util that return MockMaker -
Uses of MockMaker in org.mockito.plugins
Subinterfaces of MockMaker in org.mockito.pluginsModifier and TypeInterfaceDescriptioninterface
Extension toMockMaker
for mock makers that changes inline method implementations and need keep track of created mock objects.Methods in org.mockito.plugins that return MockMakerModifier and TypeMethodDescriptionMockitoPlugins.getInlineMockMaker()
Deprecated.default MockMaker
MockitoPlugins.getMockMaker
(String mockMaker) ReturnsMockMaker
instance used by Mockito with the passed namemockMaker
.
MockitoPlugins.getMockMaker(String)
withMockMakers.INLINE
instead.