Uses of Interface
org.mockito.plugins.MockMaker
Packages that use MockMaker
-
Uses of MockMaker in org.mockito.plugins
Subinterfaces of MockMaker in org.mockito.pluginsModifier and TypeInterfaceDescriptioninterfaceExtension toMockMakerfor 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()Returns inline mock maker, an optional mock maker that is bundled with Mockito distribution.