org.finra.jtaf.core.parsing
Class SuiteDependenciesPlugin

java.lang.Object
  extended by org.finra.jtaf.core.parsing.SuiteDependenciesPlugin
All Implemented Interfaces:
IPostParseSuitePlugin

public class SuiteDependenciesPlugin
extends Object
implements IPostParseSuitePlugin

Parser plugin to parse test suite dependencies


Constructor Summary
SuiteDependenciesPlugin()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteDependenciesPlugin

public SuiteDependenciesPlugin()
Method Detail

execute

public void execute(PostSuiteParserPluginContext ctx)
             throws ParserPluginException
Description copied from interface: IPostParseSuitePlugin
This method executes after each suite is parsed which has the tag name returned by getTagName()

Specified by:
execute in interface IPostParseSuitePlugin
Throws:
ParserPluginException

getTagName

public String getTagName()
Description copied from interface: IPostParseSuitePlugin
This will return the tag name the ScriptParser will be looking for in the suite. If not found, the execute method will not be run.

Specified by:
getTagName in interface IPostParseSuitePlugin


Copyright © 2014. All rights reserved.