org.finra.jtaf.core.parsing
Class SuiteExclusionsPlugin

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

public class SuiteExclusionsPlugin
extends Object
implements IPostParseSuitePlugin

Parser plugin to handle exclusions defined in a test suite.


Constructor Summary
SuiteExclusionsPlugin()
           
 
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

SuiteExclusionsPlugin

public SuiteExclusionsPlugin()
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.