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()Deprecated, for removal: This API element is subject to removal in a future version.default MockMakerMockitoPlugins.getMockMaker(String mockMaker) ReturnsMockMakerinstance used by Mockito with the passed namemockMaker.
MockitoPlugins.getMockMaker(String)withMockMakers.INLINEinstead.