public class SpecRunnerPluginPipeline extends Object implements ISpecRunnerPlugin
| Constructor and Description |
|---|
SpecRunnerPluginPipeline() |
| Modifier and Type | Method and Description |
|---|---|
protected IResultSet |
doRun(IPlugin plugin,
IConfiguration configuration)
Perform runner.
|
IResultSet |
run(IPlugin plugin)
Runs a plugin.
|
IResultSet |
run(IPlugin plugin,
IConfiguration configuration)
Runs a specification using a given configuration.
|
public IResultSet run(IPlugin plugin) throws SpecRunnerException
ISpecRunnerPluginrun in interface ISpecRunnerPluginplugin - The plugin source.SpecRunnerException - On execution errors.public IResultSet run(IPlugin plugin, IConfiguration configuration) throws SpecRunnerException
ISpecRunnerPluginrun in interface ISpecRunnerPluginplugin - The plugin source.configuration - Specific configurations.SpecRunnerException - On execution errors.protected IResultSet doRun(IPlugin plugin, IConfiguration configuration) throws SpecRunnerException
plugin - The plugin instance.configuration - A configuration.SpecRunnerException - On execution errors.Copyright © 2016. All rights reserved.