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 |
AbstractLoadStrategy
LoadStrategy allowing maximum runs and request delays
|
class |
BurstLoadStrategy
Burst LoadStrategy that pauses for a certain amount of time
|
class |
SimpleLoadStrategy
LoadStrategy allowing maximum runs and request delays
|
class |
ThreadCountChangeLoadStrategy
LoadStrategy allowing maximum runs and request delays
|
class |
VarianceLoadStrategy
Simple 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.