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.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.classInlineByteBuddyMockMakerAgent and subclass based mock maker.classSubclassByteBuddyMockMakerSubclass based mock maker. -
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.
-