|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPostParseSuitePlugin
Interface for Parser Plugins which get executed after each applicable suite is parsed
Method Summary | |
---|---|
void |
execute(PostSuiteParserPluginContext ctx)
This method executes after each suite is parsed which has the tag name returned by getTagName() |
String |
getTagName()
This will return the tag name the ScriptParser will be looking for in the suite. |
Method Detail |
---|
void execute(PostSuiteParserPluginContext ctx) throws ParserPluginException
ctx
-
ParserPluginException
String getTagName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |