Uses of Interface
org.mockito.plugins.MockMaker
-
Packages that use MockMaker Package Description org.mockito.plugins Mockito plugins allow customization of behavior. -
-
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.
-