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:
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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from interface com.eviware.soapui.model.testsuite.TestRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNT
 
Fields inherited from interface com.eviware.soapui.model.iface.SubmitContext
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR
 
Constructor Summary
WsdlLoadTestContext(WsdlLoadTestRunner runner)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 LoadTestRunner getLoadTestRunner()
           
 java.lang.Object getProperty(java.lang.String testStep, java.lang.String propertyName)
           
 TestCaseRunner getTestRunner()
           
 
Methods inherited from class com.eviware.soapui.model.propertyexpansion.DefaultPropertyExpansionContext
expand, getModelItem, getProperties, getProperty, getPropertyNames, hasProperty, removeProperty, setProperties, 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.testsuite.TestRunContext
expand
 
Methods inherited from interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext
getModelItem, getProperties, 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

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-2010 eviware.com. All Rights Reserved.