public class MockTestRunContext extends AbstractSubmitContext<ModelItem> implements TestCaseRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNT
HTTP_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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
expand
getModelItem, getProperties, getPropertyNames, hasProperty, removeProperty
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public MockTestRunContext(MockTestRunner mockTestRunner, WsdlTestStep testStep)
public TestStep getCurrentStep()
getCurrentStep
in interface TestCaseRunContext
public void setProperty(String name, Object value)
setProperty
in interface PropertyExpansionContext
setProperty
in class AbstractSubmitContext<ModelItem>
public int getCurrentStepIndex()
getCurrentStepIndex
in interface TestCaseRunContext
public TestCaseRunner getTestRunner()
getTestRunner
in interface TestCaseRunContext
getTestRunner
in interface TestRunContext
public Object getProperty(String name)
getProperty
in interface PropertyExpansionContext
public Object getProperty(String testStepName, String propertyName)
getProperty
in interface TestCaseRunContext
public TestCase getTestCase()
getTestCase
in interface TestCaseRunContext
public Settings getSettings()
Copyright © 2019. All Rights Reserved.