|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPlugin
Generic plugin definition, stand for the action element of the framework.
| Method Summary | |
|---|---|
IPlugin |
copy(IContext context)
Creates a copy of this plugin. |
void |
doEnd(IContext context,
IResultSet result)
The end action. i.e. after a loop specification perform something in a newly generated table. |
ENext |
doStart(IContext context,
IResultSet result)
Performs the start action. i.e. create a database schema. |
IPluginFactory |
getParent()
Get the plugin factory source. |
void |
initialize(IContext context)
Initialize the plugin. |
void |
setParent(IPluginFactory factory)
Set the plugin factory (where it came from). |
| Methods inherited from interface org.specrunner.parameters.IParameterHolder |
|---|
getParameters, setParameters |
| Methods inherited from interface org.specrunner.plugins.IActionType |
|---|
getActionType |
| Method Detail |
|---|
IPluginFactory getParent()
void setParent(IPluginFactory factory)
factory - The factory.
void initialize(IContext context)
throws PluginException
context - The test context.
PluginException - On initialization errors.
ENext doStart(IContext context,
IResultSet result)
throws PluginException
context - The context.result - The result set.
PluginException - On execution errors.
void doEnd(IContext context,
IResultSet result)
throws PluginException
context - The context.result - The result set.
PluginException - On execution errors.
IPlugin copy(IContext context)
throws PluginException
context - The context.
PluginException - On copy errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||