com.eviware.soapui.impl.wsdl.loadtest
Class WsdlLoadTestContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by com.eviware.soapui.support.types.StringToObjectMap
              extended by com.eviware.soapui.model.propertyexpansion.DefaultPropertyExpansionContext
                  extended by com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestContext
All Implemented Interfaces:
PropertyExpansionContext, LoadTestRunContext, 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

Constructor Summary
WsdlLoadTestContext(WsdlLoadTestRunner runner)
           
 
Method Summary
 LoadTestRunner getLoadTestRunner()
           
 
Methods inherited from class com.eviware.soapui.model.propertyexpansion.DefaultPropertyExpansionContext
expand, get, getModelItem, getProperty, getPropertyNames, hasProperty, removeProperty, setProperty
 
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 com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext
expand, getModelItem, getProperty, getPropertyNames, hasProperty, removeProperty, setProperty
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

WsdlLoadTestContext

public WsdlLoadTestContext(WsdlLoadTestRunner runner)
Method Detail

getLoadTestRunner

public LoadTestRunner getLoadTestRunner()
Specified by:
getLoadTestRunner in interface LoadTestRunContext


Copyright © 2005-2008 eviware.com. All Rights Reserved.