org.finra.jtaf.core.plugins.execution
Class TestRunnerPluginContext

java.lang.Object
  extended by org.finra.jtaf.core.plugins.execution.TestRunnerPluginContext

public class TestRunnerPluginContext
extends Object

This is the context visible to Test Runner Plugins


Constructor Summary
TestRunnerPluginContext(TestScript ts, TestResult tr, IInvocationContext ctx)
           
 
Method Summary
 IInvocationContext getIInvocationContext()
           
 TestResult getTestResult()
           
 TestScript getTestScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunnerPluginContext

public TestRunnerPluginContext(TestScript ts,
                               TestResult tr,
                               IInvocationContext ctx)
Method Detail

getTestScript

public TestScript getTestScript()
Returns:
TestScript

getTestResult

public TestResult getTestResult()
Returns:
TestResult of the Test Script

getIInvocationContext

public IInvocationContext getIInvocationContext()
Returns:
IInovocationContext - holds a map of values over the life of the Test Script


Copyright © 2014. All rights reserved.