Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.loadtest |
LoadTest-related classes
|
Modifier and Type | Field and Description |
---|---|
static LoadTestLimitTypesConfig.Enum |
LoadTestLimitTypesConfig.COUNT |
static LoadTestLimitTypesConfig.Enum |
LoadTestLimitTypesConfig.COUNT_PER_THREAD |
static LoadTestLimitTypesConfig.Enum |
LoadTestLimitTypesConfig.TIME |
Modifier and Type | Method and Description |
---|---|
static LoadTestLimitTypesConfig.Enum |
LoadTestLimitTypesConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static LoadTestLimitTypesConfig.Enum |
LoadTestLimitTypesConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
LoadTestLimitTypesConfig.Enum |
LoadTestConfig.getLimitType()
Gets the "limitType" element
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestConfig.setLimitType(LoadTestLimitTypesConfig.Enum limitType)
Sets the "limitType" element
|
Modifier and Type | Method and Description |
---|---|
LoadTestLimitTypesConfig.Enum |
LoadTestConfigImpl.getLimitType()
Gets the "limitType" element
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestConfigImpl.setLimitType(LoadTestLimitTypesConfig.Enum limitType)
Sets the "limitType" element
|
Modifier and Type | Method and Description |
---|---|
LoadTestLimitTypesConfig.Enum |
WsdlLoadTest.getLimitType() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlLoadTest.setLimitType(LoadTestLimitTypesConfig.Enum limitType) |
Copyright © 2019. All Rights Reserved.