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

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

public class PostSuiteParserPluginContext
extends Object

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


Constructor Summary
PostSuiteParserPluginContext(CommandRegistry commandRegistry, TestSuite testSuite, Node suiteRoot)
           
 
Method Summary
 CommandRegistry getCommandRegistry()
          Returns the Command Library model, so plugins can use the data
 Node getRootNodeSuite()
          Returns the root Node object of the current suite 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

PostSuiteParserPluginContext

public PostSuiteParserPluginContext(CommandRegistry commandRegistry,
                                    TestSuite testSuite,
                                    Node suiteRoot)
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

getRootNodeSuite

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

Returns:
elementRoot


Copyright © 2014. All rights reserved.