com.eviware.soapui.impl.wsdl.panels.support
Class MockLoadTestRunContext

java.lang.Object
  extended by com.eviware.soapui.model.support.AbstractSubmitContext<WsdlLoadTest>
      extended by com.eviware.soapui.impl.wsdl.panels.support.MockLoadTestRunContext
All Implemented Interfaces:
SubmitContext, PropertyExpansionContext, LoadTestRunContext, TestRunContext, java.util.Map<java.lang.String,java.lang.Object>

public class MockLoadTestRunContext
extends AbstractSubmitContext<WsdlLoadTest>
implements LoadTestRunContext


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<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
MockLoadTestRunContext(MockLoadTestRunner mockTestRunner)
           
 
Method Summary
 LoadTestRunner getLoadTestRunner()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object getProperty(java.lang.String testStep, java.lang.String propertyName)
           
 TestCaseRunner getTestRunner()
           
 
Methods inherited from class com.eviware.soapui.model.support.AbstractSubmitContext
clear, clone, containsKey, containsValue, entrySet, equals, expand, get, getModelItem, getProperties, getProperty, getPropertyNames, hashCode, hasProperty, isEmpty, keySet, put, putAll, remove, removeProperty, resetProperties, setProperty, setProperty, size, toString, values
 
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, getPropertyNames, hasProperty, removeProperty, setProperty
 

Constructor Detail

MockLoadTestRunContext

public MockLoadTestRunContext(MockLoadTestRunner mockTestRunner)
Method Detail

getLoadTestRunner

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

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface PropertyExpansionContext

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.