public class MockTestRunContext extends AbstractSubmitContext<ModelItem> implements TestCaseRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNTHTTP_STATE_PROPERTY, PROPERTY_SEPARATOR| Constructor and Description | 
|---|
| MockTestRunContext(MockTestRunner mockTestRunner,
                  WsdlTestStep testStep) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | setProperty(String name,
           Object value) | 
clear, clone, containsKey, containsValue, entrySet, equals, expand, getModelItem, getProperties, getProperty, getPropertyNames, hashCode, hasProperty, isEmpty, keySet, putAll, remove, removeProperty, resetProperties, setProperty, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitexpandgetModelItem, getProperties, getPropertyNames, hasProperty, removePropertycompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic MockTestRunContext(MockTestRunner mockTestRunner, WsdlTestStep testStep)
public TestStep getCurrentStep()
getCurrentStep in interface TestCaseRunContextpublic void setProperty(String name, Object value)
setProperty in interface PropertyExpansionContextsetProperty in class AbstractSubmitContext<ModelItem>public int getCurrentStepIndex()
getCurrentStepIndex in interface TestCaseRunContextpublic TestCaseRunner getTestRunner()
getTestRunner in interface TestCaseRunContextgetTestRunner in interface TestRunContextpublic Object getProperty(String name)
getProperty in interface PropertyExpansionContextpublic Object getProperty(String testStepName, String propertyName)
getProperty in interface TestCaseRunContextpublic TestCase getTestCase()
getTestCase in interface TestCaseRunContextpublic Settings getSettings()
Copyright © 2019. All Rights Reserved.