Uses of Interface
org.mockito.plugins.MockMaker
-
Packages that use MockMaker Package Description org.mockito.internal.configuration.plugins org.mockito.internal.creation.cglib CGLIB related stuff -
-
Uses of MockMaker in org.mockito.internal.configuration.plugins
Methods in org.mockito.internal.configuration.plugins that return MockMaker Modifier and Type Method Description static MockMakerPlugins. 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 MockMaker Modifier and Type Class Description classCglibMockMakerA MockMaker that uses cglib to generate mocks on a JVM.
-