org.finra.jtaf.core.plugins.parsing
Class PostTestParserPluginContext

java.lang.Object
  extended by org.finra.jtaf.core.plugins.parsing.PostTestParserPluginContext

public class PostTestParserPluginContext
extends Object

Exposes the data that can be used and/or modified by a IPostParseTestPlugin.


Constructor Summary
PostTestParserPluginContext(CommandRegistry commandRegistry, TestSuite testSuite, Node testRoot)
           
 
Method Summary
 CommandRegistry getCommandRegistry()
          Returns the Command Library model, so plugins can use the data
 Node getRootNodeTest()
          Returns the root Node object of the current test so that the relevant xml data can be used in the plugin
 TestSuite getTestSuite()
          Returns the Test Suite the test is a part of, so plugins can add test scripts to the suite if needed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostTestParserPluginContext

public PostTestParserPluginContext(CommandRegistry commandRegistry,
                                   TestSuite testSuite,
                                   Node testRoot)
Method Detail

getCommandRegistry

public CommandRegistry getCommandRegistry()
Returns the Command Library model, so plugins can use the data

Returns:
commandModel

getTestSuite

public TestSuite getTestSuite()
Returns the Test Suite the test is a part of, so plugins can add test scripts to the suite if needed

Returns:
testSuite

getRootNodeTest

public Node getRootNodeTest()
Returns the root Node object of the current test so that the relevant xml data can be used in the plugin

Returns:
elementRoot


Copyright © 2014. All rights reserved.