Uses of Interface
org.mockito.plugins.MockMaker
Packages that use MockMaker
Package
Description
CGLIB related stuff
-
Uses of MockMaker in org.mockito.internal.configuration.plugins
Methods in org.mockito.internal.configuration.plugins that return MockMakerModifier and TypeMethodDescriptionstatic MockMaker
Plugins.getMockMaker()
Returns the implementation of the mock maker available for the current runtime. -
Uses of MockMaker in org.mockito.internal.creation.cglib
Classes in org.mockito.internal.creation.cglib that implement MockMakerModifier and TypeClassDescriptionclass
A MockMaker that uses cglib to generate mocks on a JVM.