com.eviware.soapui.impl.wsdl.loadtest
Class WsdlLoadTestContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
com.eviware.soapui.support.types.StringToObjectMap
com.eviware.soapui.model.propertyexpansion.DefaultPropertyExpansionContext
com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestContext
- All Implemented Interfaces:
- SubmitContext, PropertyExpansionContext, LoadTestRunContext, TestRunContext, java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
public class WsdlLoadTestContext
- extends DefaultPropertyExpansionContext
- implements LoadTestRunContext
LoadTestRunContext implementation for WsdlLoadTests
- Author:
- Ole.Matzura
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
WsdlLoadTestContext
public WsdlLoadTestContext(WsdlLoadTestRunner runner)
getLoadTestRunner
public LoadTestRunner getLoadTestRunner()
- Specified by:
getLoadTestRunner
in interface LoadTestRunContext
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 DefaultPropertyExpansionContext
getProperty
public java.lang.Object getProperty(java.lang.String testStep,
java.lang.String propertyName)
getTestRunner
public TestCaseRunner getTestRunner()
- Specified by:
getTestRunner
in interface TestRunContext
Copyright © 2005-2009 eviware.com. All Rights Reserved.