Uses of Interface
org.mockito.plugins.MockMaker

Packages that use MockMaker
org.mockito.internal.configuration Mockito configuration 
org.mockito.internal.creation Mock object creation. 
 

Uses of MockMaker in org.mockito.internal.configuration
 

Methods in org.mockito.internal.configuration that return MockMaker
static MockMaker ClassPathLoader.getMockMaker()
          Returns the implementation of the mock maker available for the current runtime.
 

Uses of MockMaker in org.mockito.internal.creation
 

Classes in org.mockito.internal.creation that implement MockMaker
 class CglibMockMaker
          A MockMaker that uses cglib to generate mocks on a JVM.