| Package | Description | 
|---|---|
| com.eviware.soapui.impl.wsdl.loadtest | LoadTest-related classes | 
| com.eviware.soapui.impl.wsdl.loadtest.strategy | LoadTest Strategies | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadStrategy | WsdlLoadTest. getLoadStrategy() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WsdlLoadTest. setLoadStrategy(LoadStrategy loadStrategy) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLoadStrategyLoadStrategy allowing maximum runs and request delays | 
| class  | BurstLoadStrategyBurst LoadStrategy that pauses for a certain amount of time | 
| class  | SimpleLoadStrategyLoadStrategy allowing maximum runs and request delays | 
| class  | ThreadCountChangeLoadStrategyLoadStrategy allowing maximum runs and request delays | 
| class  | VarianceLoadStrategySimple LoadStrategy that just runs until canceled without any delays | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadStrategy | VarianceLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | ThreadCountChangeLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | SimpleLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | LoadStrategyFactory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | BurstLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | VarianceLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | ThreadCountChangeLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | SimpleLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | LoadStrategyFactory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | BurstLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
Copyright © 2019. All Rights Reserved.