public class WsdlTestRunContext extends AbstractSubmitContext<TestModelItem> implements TestCaseRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNTHTTP_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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitgetModelItem, getProperties, getPropertyNames, hasProperty, removePropertycompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic WsdlTestRunContext(TestCaseRunner testRunner, StringToObjectMap properties, TestModelItem testModelItem)
public WsdlTestRunContext(TestStep testStep)
public TestStep getCurrentStep()
getCurrentStep in interface TestCaseRunContextpublic void setProperty(String name, Object value)
setProperty in interface PropertyExpansionContextsetProperty in class AbstractSubmitContext<TestModelItem>public int getCurrentStepIndex()
getCurrentStepIndex in interface TestCaseRunContextpublic void setCurrentStep(int index)
public TestCaseRunner getTestRunner()
getTestRunner in interface TestCaseRunContextgetTestRunner in interface TestRunContextpublic Object getProperty(String testStepName, String propertyName)
getProperty in interface TestCaseRunContextpublic TestCase getTestCase()
getTestCase in interface TestCaseRunContextpublic 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 PropertyExpansionContextpublic void reset()
public String expand(String content)
expand in interface PropertyExpansionContextexpand in interface TestRunContextexpand in class AbstractSubmitContext<TestModelItem>public Settings getSettings()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
Copyright © 2019. All Rights Reserved.