public class SimpleLoadStrategy extends AbstractLoadStrategy
Modifier and Type | Class and Description |
---|---|
static class |
SimpleLoadStrategy.Factory
Factory 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, updateConfig
public static final String STRATEGY_TYPE
public SimpleLoadStrategy(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
public org.apache.xmlbeans.XmlObject getConfig()
getConfig
in interface LoadStrategy
getConfig
in class AbstractLoadStrategy
public void beforeTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)
LoadTestRunListener
beforeTestCase
in interface LoadTestRunListener
beforeTestCase
in class AbstractLoadStrategy
public int calculateDelay(int delay)
public JComponent getConfigurationPanel()
getConfigurationPanel
in interface LoadStrategy
getConfigurationPanel
in class AbstractLoadStrategy
public int getTestDelay()
public float getRandomFactor()
Copyright © 2019. All Rights Reserved.