Uses of Interface
org.mockito.plugins.MockMaker
-
Packages that use MockMaker Package Description org.mockito.internal.configuration.plugins Mockito plugins configuration machinery.org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.creation.proxy Mock makers based on theProxyutility.org.mockito.internal.util Static utilsorg.mockito.plugins Mockito plugins allow customization of behavior. -
-
Uses of MockMaker in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as MockMaker Modifier and Type Field Description private MockMakerPluginRegistry. mockMakerMethods in org.mockito.internal.configuration.plugins that return MockMaker Modifier and Type Method Description MockMakerDefaultMockitoPlugins. getInlineMockMaker()(package private) MockMakerPluginRegistry. getMockMaker()Returns the implementation of the mock maker available for the current runtime.static MockMakerPlugins. 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.bytebuddy Modifier and Type Interface Description (package private) interfaceClassCreatingMockMakerClasses in org.mockito.internal.creation.bytebuddy that implement MockMaker Modifier and Type Class Description classByteBuddyMockMakerByteBuddy MockMaker.classInlineByteBuddyMockMaker(package private) classInlineDelegateByteBuddyMockMakerAgent and subclass based mock maker.classSubclassByteBuddyMockMakerSubclass based mock maker. -
Uses of MockMaker in org.mockito.internal.creation.proxy
Classes in org.mockito.internal.creation.proxy that implement MockMaker Modifier and Type Class Description classProxyMockMakerA mock maker that is using theProxyutility 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 MockMaker Modifier and Type Field Description private static MockMakerMockUtil. mockMaker -
Uses of MockMaker in org.mockito.plugins
Subinterfaces of MockMaker in org.mockito.plugins Modifier and Type Interface Description interfaceInlineMockMakerExtension toMockMakerfor mock makers that changes inline method implementations and need keep track of created mock objects.Methods in org.mockito.plugins that return MockMaker Modifier and Type Method Description MockMakerMockitoPlugins. getInlineMockMaker()Returns inline mock maker, an optional mock maker that is bundled with Mockito distribution.
-