org.finra.jtaf.core.plugins.parsing
Interface IPostParseTestPlugin

All Known Implementing Classes:
ExceptionPlugin, LoopPlugin, TestDataPlugin, TestDependenciesPlugin, TestExclusionsPlugin

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

execute

void execute(PostTestParserPluginContext ctx)
             throws ParserPluginException
This method executes after each test is parsed which has the tag name returned by getTagName()

Parameters:
ctx -
Throws:
ParserPluginException

getTagName

String getTagName()
This will return the tag name the ScriptParser will be looking for in the test body. If not found, the execute method will not be run.



Copyright © 2014. All rights reserved.