|
||||||||||
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.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 |
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.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 | |
---|---|
AbstractTestRunner(T modelItem,
StringToObjectMap properties)
|
Uses of StringToObjectMap in com.eviware.soapui.impl.wsdl.testcase |
---|
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)
|
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)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |