com.eviware.soapui.impl.wsdl.testcase
Class WsdlTestRunContext
java.lang.Object
com.eviware.soapui.model.support.AbstractSubmitContext
com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext
- All Implemented Interfaces:
- SubmitContext, TestRunContext, java.util.Map<java.lang.String,java.lang.Object>
public class WsdlTestRunContext
- extends AbstractSubmitContext
- implements TestRunContext
TestRunContext for WsdlTestCase runners
- Author:
- Ole.Matzura
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class com.eviware.soapui.model.support.AbstractSubmitContext |
clear, clone, containsKey, containsValue, entrySet, equals, getProperties, getProperty, hashCode, hasProperty, isEmpty, keySet, putAll, remove, removeProperty, resetProperties, setProperty, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
WsdlTestRunContext
public WsdlTestRunContext(TestRunner testRunner,
PropertiesMap properties)
WsdlTestRunContext
public WsdlTestRunContext(TestStep testStep)
getCurrentStep
public TestStep getCurrentStep()
- Specified by:
getCurrentStep
in interface TestRunContext
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty
in interface SubmitContext
- Overrides:
setProperty
in class AbstractSubmitContext
getCurrentStepIndex
public int getCurrentStepIndex()
- Specified by:
getCurrentStepIndex
in interface TestRunContext
setCurrentStep
public void setCurrentStep(int index)
getTestRunner
public TestRunner getTestRunner()
- Specified by:
getTestRunner
in interface TestRunContext
getProperty
public java.lang.Object getProperty(java.lang.String testStepName,
java.lang.String propertyName)
- Specified by:
getProperty
in interface TestRunContext
getTestCase
public TestCase getTestCase()
- Specified by:
getTestCase
in interface TestRunContext
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map<java.lang.String,java.lang.Object>
- Overrides:
get
in class AbstractSubmitContext
put
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
- Specified by:
put
in interface java.util.Map<java.lang.String,java.lang.Object>
- Overrides:
put
in class AbstractSubmitContext
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in interface SubmitContext
reset
public void reset()
Copyright © 2005-2007 eviware.com. All Rights Reserved.