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 MockMaker
Returns the implementation of the mock maker available for the current runtime.static StackTraceCleanerProvider
The 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
CglibMockMaker
if noMockMaker
extension exists or is visible in the current classpath.
-