org.finra.jtaf.core.parsing
Class DigraphPlugin

java.lang.Object
  extended by org.finra.jtaf.core.parsing.DigraphPlugin
All Implemented Interfaces:
IPostParseAllPlugin

public class DigraphPlugin
extends Object
implements IPostParseAllPlugin

Parser plugin that runs post all. Scans through the test scripts to create a Digraph as per denpencies.


Field Summary
protected  TestNamespace testNamespace
           
 
Constructor Summary
DigraphPlugin()
           
 
Method Summary
 void execute(PostAllParserPluginContext ctx)
          This method executes after all tests are parsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testNamespace

protected TestNamespace testNamespace
Constructor Detail

DigraphPlugin

public DigraphPlugin()
Method Detail

execute

public void execute(PostAllParserPluginContext ctx)
             throws ParserPluginException
Description copied from interface: IPostParseAllPlugin
This method executes after all tests are parsed

Specified by:
execute in interface IPostParseAllPlugin
Throws:
ParserPluginException


Copyright © 2014. All rights reserved.