public class SimpleLoadStrategy extends AbstractLoadStrategy
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SimpleLoadStrategy.FactoryFactory for SimpleLoadStrategy class | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | STRATEGY_TYPE | 
CONFIGURATION_PROPERTY| Constructor and Description | 
|---|
| SimpleLoadStrategy(org.apache.xmlbeans.XmlObject config,
                  WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | beforeTestCase(LoadTestRunner loadTestRunner,
              LoadTestRunContext context,
              TestCaseRunner testRunner,
              TestCaseRunContext runContext)Called before the execution of a testcase | 
| int | calculateDelay(int delay) | 
| org.apache.xmlbeans.XmlObject | getConfig() | 
| JComponent | getConfigurationPanel() | 
| float | getRandomFactor() | 
| int | getTestDelay() | 
addConfigurationChangeListener, afterLoadTest, afterTestCase, afterTestStep, allowThreadCountChangeDuringRun, beforeLoadTest, beforeTestStep, getLoadTest, getType, loadTestStarted, loadTestStopped, notifyConfigurationChanged, recalculate, removeConfigurationChangeListener, updateConfigpublic static final String STRATEGY_TYPE
public SimpleLoadStrategy(org.apache.xmlbeans.XmlObject config,
                          WsdlLoadTest loadTest)
public org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface LoadStrategygetConfig in class AbstractLoadStrategypublic void beforeTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)
LoadTestRunListenerbeforeTestCase in interface LoadTestRunListenerbeforeTestCase in class AbstractLoadStrategypublic int calculateDelay(int delay)
public JComponent getConfigurationPanel()
getConfigurationPanel in interface LoadStrategygetConfigurationPanel in class AbstractLoadStrategypublic int getTestDelay()
public float getRandomFactor()
Copyright © 2019. All Rights Reserved.