public interface Plugin
Modifier and Type | Method and Description |
---|---|
boolean |
isPluginOption(String arg)
Determine whether
arg is a plugin-specific command-line
option for this plugin and save any necessary state. |
void |
run(EnvCheck envCheck)
Run the test implemented by the plugin.
|
void run(EnvCheck envCheck)
envCheck
- a reference to the driver instance.boolean isPluginOption(String arg)
arg
is a plugin-specific command-line
option for this plugin and save any necessary state. State should
be saved in static fields since plugin instances may not be cached.arg
- the command-line option to examineCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.