com.eviware.soapui.model.testsuite
Interface TestRunContext

All Superinterfaces:
PropertyExpansionContext, SubmitContext
All Known Implementing Classes:
MockTestRunContext, WsdlMockRunContext, WsdlTestRunContext

public interface TestRunContext
extends SubmitContext, PropertyExpansionContext

Context information for a testcase run session


Field Summary
static java.lang.String LOAD_TEST_CONTEXT
           
static java.lang.String LOAD_TEST_RUNNER
           
static java.lang.String RUN_COUNT
           
static java.lang.String THREAD_INDEX
           
 
Fields inherited from interface com.eviware.soapui.model.iface.SubmitContext
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR
 
Method Summary
 java.lang.String expand(java.lang.String content)
           
 TestStep getCurrentStep()
           
 int getCurrentStepIndex()
           
 java.lang.Object getProperty(java.lang.String testStep, java.lang.String propertyName)
           
 TestCase getTestCase()
           
 TestRunner getTestRunner()
           
 
Methods inherited from interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext
getModelItem, getProperty, getPropertyNames, hasProperty, removeProperty, setProperty
 

Field Detail

LOAD_TEST_RUNNER

static final java.lang.String LOAD_TEST_RUNNER
See Also:
Constant Field Values

THREAD_INDEX

static final java.lang.String THREAD_INDEX
See Also:
Constant Field Values

RUN_COUNT

static final java.lang.String RUN_COUNT
See Also:
Constant Field Values

LOAD_TEST_CONTEXT

static final java.lang.String LOAD_TEST_CONTEXT
See Also:
Constant Field Values
Method Detail

getCurrentStep

TestStep getCurrentStep()

getCurrentStepIndex

int getCurrentStepIndex()

getTestRunner

TestRunner getTestRunner()

getProperty

java.lang.Object getProperty(java.lang.String testStep,
                             java.lang.String propertyName)

getTestCase

TestCase getTestCase()

expand

java.lang.String expand(java.lang.String content)
Specified by:
expand in interface PropertyExpansionContext


Copyright © 2005-2007 eviware.com. All Rights Reserved.