|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.finra.jtaf.core.plugins.parsing.PostSuiteParserPluginContext
public class PostSuiteParserPluginContext
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 |
---|
public PostSuiteParserPluginContext(CommandRegistry commandRegistry, TestSuite testSuite, Node suiteRoot)
Method Detail |
---|
public CommandRegistry getCommandRegistry()
public TestSuite getTestSuite()
public Node getRootNodeSuite()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |