public class WsdlTestRunContext extends AbstractSubmitContext<TestModelItem> implements TestCaseRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNT
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR
Constructor and Description |
---|
WsdlTestRunContext(TestCaseRunner testRunner,
StringToObjectMap properties,
TestModelItem testModelItem) |
WsdlTestRunContext(TestStep testStep) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
String |
expand(String content) |
Object |
get(Object key) |
TestStep |
getCurrentStep() |
int |
getCurrentStepIndex() |
Object |
getProperty(String name) |
Object |
getProperty(String testStepName,
String propertyName) |
Settings |
getSettings() |
TestCase |
getTestCase() |
TestCaseRunner |
getTestRunner() |
Object |
put(String key,
Object value) |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
reset() |
void |
setCurrentStep(int index) |
void |
setProperty(String name,
Object value) |
clear, clone, containsKey, containsValue, entrySet, equals, getModelItem, getProperties, getProperty, getPropertyNames, hashCode, hasProperty, isEmpty, keySet, putAll, remove, removeProperty, resetProperties, setProperty, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
getModelItem, getProperties, getPropertyNames, hasProperty, removeProperty
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public WsdlTestRunContext(TestCaseRunner testRunner, StringToObjectMap properties, TestModelItem testModelItem)
public WsdlTestRunContext(TestStep testStep)
public TestStep getCurrentStep()
getCurrentStep
in interface TestCaseRunContext
public void setProperty(String name, Object value)
setProperty
in interface PropertyExpansionContext
setProperty
in class AbstractSubmitContext<TestModelItem>
public int getCurrentStepIndex()
getCurrentStepIndex
in interface TestCaseRunContext
public void setCurrentStep(int index)
public TestCaseRunner getTestRunner()
getTestRunner
in interface TestCaseRunContext
getTestRunner
in interface TestRunContext
public Object getProperty(String testStepName, String propertyName)
getProperty
in interface TestCaseRunContext
public TestCase getTestCase()
getTestCase
in interface TestCaseRunContext
public Object get(Object key)
get
in interface Map<String,Object>
get
in class AbstractSubmitContext<TestModelItem>
public Object put(String key, Object value)
put
in interface Map<String,Object>
put
in class AbstractSubmitContext<TestModelItem>
public Object getProperty(String name)
getProperty
in interface PropertyExpansionContext
public void reset()
public String expand(String content)
expand
in interface PropertyExpansionContext
expand
in interface TestRunContext
expand
in class AbstractSubmitContext<TestModelItem>
public Settings getSettings()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
Copyright © 2019. All Rights Reserved.