|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPostParseTestPlugin
Interface for Parser Plugins which get executed after each applicable test is parsed
Method Summary | |
---|---|
void |
execute(PostTestParserPluginContext ctx)
This method executes after each test 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 test body. |
Method Detail |
---|
void execute(PostTestParserPluginContext ctx) throws ParserPluginException
ctx
-
ParserPluginException
String getTagName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |