public class FixedRateLoadStrategy
extends com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
FixedRateLoadStrategy.Factory |
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_RATE |
static String |
STRATEGY_TYPE |
| Constructor and Description |
|---|
FixedRateLoadStrategy(org.apache.xmlbeans.XmlObject config,
com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest loadTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
boolean |
allowThreadCountChangeDuringRun() |
void |
beforeLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
beforeTestCase(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext) |
void |
beforeTestStep(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext,
com.eviware.soapui.model.testsuite.TestStep testStep) |
org.apache.xmlbeans.XmlObject |
getConfig() |
JComponent |
getConfigurationPanel() |
float |
getRate() |
void |
loadTestStarted(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
loadTestStopped(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
recalculate(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
public static final String STRATEGY_TYPE
public static final long DEFAULT_RATE
public FixedRateLoadStrategy(org.apache.xmlbeans.XmlObject config,
com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest loadTest)
public void beforeTestCase(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext)
beforeTestCase in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerbeforeTestCase in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void beforeTestStep(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext,
com.eviware.soapui.model.testsuite.TestStep testStep)
beforeTestStep in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerbeforeTestStep in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void beforeLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context)
beforeLoadTest in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerbeforeLoadTest in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void loadTestStarted(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context)
loadTestStarted in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerloadTestStarted in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void afterLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context)
afterLoadTest in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerafterLoadTest in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void loadTestStopped(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context)
loadTestStopped in interface com.eviware.soapui.model.testsuite.LoadTestRunListenerloadTestStopped in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic void recalculate(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context)
recalculate in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategyrecalculate in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategyallowThreadCountChangeDuringRun in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic JComponent getConfigurationPanel()
getConfigurationPanel in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategygetConfigurationPanel in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategygetConfig in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategypublic float getRate()
Copyright © 2019. All rights reserved.