class DefaultPluginSwitch extends java.lang.Object implements PluginSwitch
Constructor and Description |
---|
DefaultPluginSwitch() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(java.lang.String pluginClassName)
Mockito invokes this method for every plugin found in the classpath
(except from the
PluginSwitch implementation itself). |
public boolean isEnabled(java.lang.String pluginClassName)
PluginSwitch
PluginSwitch
implementation itself).
If no custom plugins are discovered this method is not invoked.isEnabled
in interface PluginSwitch