|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringToObjectMap | |
|---|---|
| com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface |
| com.eviware.soapui.impl.wsdl.loadtest | LoadTest-related classes |
| com.eviware.soapui.impl.wsdl.mock | WsdlMockService-related classes |
| com.eviware.soapui.impl.wsdl.panels.teststeps.amf | |
| com.eviware.soapui.impl.wsdl.support | WSDL-related support classes |
| com.eviware.soapui.impl.wsdl.testcase | WSDL implementations of TestCase-related interfaces |
| com.eviware.soapui.model.propertyexpansion | |
| com.eviware.soapui.model.support | SoapUI model-related support classes |
| com.eviware.soapui.model.testsuite | Test-related model items |
| com.eviware.soapui.security | |
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl |
|---|
| Methods in com.eviware.soapui.impl.wsdl with parameters of type StringToObjectMap | |
|---|---|
WsdlTestSuiteRunner |
WsdlTestSuite.run(StringToObjectMap context,
boolean async)
|
WsdlProjectRunner |
WsdlProject.run(StringToObjectMap context,
boolean async)
|
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.loadtest |
|---|
| Subclasses of StringToObjectMap in com.eviware.soapui.impl.wsdl.loadtest | |
|---|---|
class |
WsdlLoadTestContext
LoadTestRunContext implementation for WsdlLoadTests |
| Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type StringToObjectMap | |
|---|---|
TestRunner |
WsdlLoadTest.run(StringToObjectMap context,
boolean async)
|
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.mock |
|---|
| Methods in com.eviware.soapui.impl.wsdl.mock that return StringToObjectMap | |
|---|---|
StringToObjectMap |
WsdlMockRunContext.getProperties()
|
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.panels.teststeps.amf |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return StringToObjectMap | |
|---|---|
StringToObjectMap |
AMFRequest.getAmfHeaders()
|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type StringToObjectMap | |
|---|---|
void |
AMFRequest.setAmfHeaders(StringToObjectMap amfHeaders)
|
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.support |
|---|
| Methods in com.eviware.soapui.impl.wsdl.support with parameters of type StringToObjectMap | |
|---|---|
abstract T2 |
AbstractTestRunner.createContext(StringToObjectMap properties)
|
| Constructors in com.eviware.soapui.impl.wsdl.support with parameters of type StringToObjectMap | |
|---|---|
AbstractTestCaseRunner(T modelItem,
StringToObjectMap properties)
|
|
AbstractTestRunner(T modelItem,
StringToObjectMap properties)
|
|
| Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.testcase |
|---|
| Methods in com.eviware.soapui.impl.wsdl.testcase that return StringToObjectMap | |
|---|---|
StringToObjectMap |
WsdlTestCase.getRunFromHereContext()
|
| Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type StringToObjectMap | |
|---|---|
WsdlTestSuiteRunContext |
WsdlTestSuiteRunner.createContext(StringToObjectMap properties)
|
WsdlTestRunContext |
WsdlTestCaseRunner.createContext(StringToObjectMap properties)
|
WsdlProjectRunContext |
WsdlProjectRunner.createContext(StringToObjectMap properties)
|
WsdlTestCaseRunner |
WsdlTestCase.run(StringToObjectMap properties,
boolean async)
|
void |
WsdlTestCase.setRunFromHereContext(StringToObjectMap runFromHereContext)
|
| Constructors in com.eviware.soapui.impl.wsdl.testcase with parameters of type StringToObjectMap | |
|---|---|
WsdlProjectRunContext(WsdlProjectRunner testScenarioRunner,
StringToObjectMap properties)
|
|
WsdlProjectRunner(WsdlProject project,
StringToObjectMap properties)
|
|
WsdlTestCaseRunner(WsdlTestCase testCase,
StringToObjectMap properties)
|
|
WsdlTestRunContext(TestCaseRunner testRunner,
StringToObjectMap properties,
TestModelItem testModelItem)
|
|
WsdlTestSuiteRunContext(TestSuiteRunner testRunner,
StringToObjectMap properties)
|
|
WsdlTestSuiteRunner(WsdlTestSuite testSuite,
StringToObjectMap properties)
|
|
| Uses of StringToObjectMap in com.eviware.soapui.model.propertyexpansion |
|---|
| Subclasses of StringToObjectMap in com.eviware.soapui.model.propertyexpansion | |
|---|---|
class |
DefaultPropertyExpansionContext
|
| Methods in com.eviware.soapui.model.propertyexpansion that return StringToObjectMap | |
|---|---|
StringToObjectMap |
PropertyExpansionUtils.GlobalPropertyExpansionContext.getProperties()
|
StringToObjectMap |
PropertyExpansionContext.getProperties()
|
StringToObjectMap |
DefaultPropertyExpansionContext.getProperties()
|
| Uses of StringToObjectMap in com.eviware.soapui.model.support |
|---|
| Subclasses of StringToObjectMap in com.eviware.soapui.model.support | |
|---|---|
class |
PropertiesMap
Specialization of HashMap<String,Object> |
| Methods in com.eviware.soapui.model.support that return StringToObjectMap | |
|---|---|
StringToObjectMap |
AbstractSubmitContext.getProperties()
|
| Constructors in com.eviware.soapui.model.support with parameters of type StringToObjectMap | |
|---|---|
AbstractSubmitContext(T modelItem,
StringToObjectMap properties)
|
|
| Uses of StringToObjectMap in com.eviware.soapui.model.testsuite |
|---|
| Methods in com.eviware.soapui.model.testsuite with parameters of type StringToObjectMap | |
|---|---|
TestSuiteRunner |
TestSuite.run(StringToObjectMap context,
boolean async)
|
TestRunner |
TestRunnable.run(StringToObjectMap context,
boolean async)
|
TestCaseRunner |
TestCase.run(StringToObjectMap context,
boolean async)
|
| Uses of StringToObjectMap in com.eviware.soapui.security |
|---|
| Subclasses of StringToObjectMap in com.eviware.soapui.security | |
|---|---|
class |
SecurityTestContext
SecurityTestContext implementation for SecurityTests not active - just left in case needed later |
| Methods in com.eviware.soapui.security with parameters of type StringToObjectMap | |
|---|---|
SecurityTestRunContext |
SecurityTestRunnerImpl.createContext(StringToObjectMap properties)
|
SecurityTestRunner |
SecurityTest.run(StringToObjectMap context,
boolean async)
|
| Constructors in com.eviware.soapui.security with parameters of type StringToObjectMap | |
|---|---|
SecurityTestRunContext(TestCaseRunner testRunner,
StringToObjectMap properties)
|
|
SecurityTestRunnerImpl(SecurityTest test,
StringToObjectMap properties)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||