Class Plugins
java.lang.Object
org.mockito.internal.configuration.plugins.Plugins
Access to Mockito behavior that can be reconfigured by plugins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MockMakerReturns the implementation of the mock maker available for the current runtime.static StackTraceCleanerProviderThe implementation of the stack trace cleaner
-
Constructor Details
-
Plugins
public Plugins()
-
-
Method Details
-
getStackTraceCleanerProvider
The implementation of the stack trace cleaner -
getMockMaker
Returns the implementation of the mock maker available for the current runtime.Returns
CglibMockMakerif noMockMakerextension exists or is visible in the current classpath.
-