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

All Known Implementing Classes:
AutomationValueFilterPlugin, DigraphPlugin, TraceabilityMatrixPlugin

public interface IPostParseAllPlugin

Interface for Parser Plugins which get executed after all tests are parsed


Method Summary
 void execute(PostAllParserPluginContext ctx)
          This method executes after all tests are parsed
 

Method Detail

execute

void execute(PostAllParserPluginContext ctx)
             throws ParserPluginException
This method executes after all tests are parsed

Parameters:
ctx -
Throws:
ParserPluginException


Copyright © 2014. All rights reserved.