public class SimpleTestProfile extends IncrementalTestProfile implements SinglePointProfile
parallelCount, rate
Constructor and Description |
---|
SimpleTestProfile() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Maestro maestro)
Apply a test profile using a maestro instance
|
String |
getBrokerURL() |
String |
getSendReceiveURL() |
void |
setBrokerURL(String brokerURL) |
void |
setSendReceiveURL(String url) |
getCeilingParallelCount, getCeilingRate, getDuration, getEstimatedCompletionTime, getInitialParallelCount, getInitialRate, getMaximumLatency, getMessageSize, getParallelCount, getParallelCountIncrement, getRate, getRateIncrement, increment, isOverCeiling, setCeilingParallelCount, setCeilingRate, setDuration, setInitialParallelCount, setInitialRate, setMaximumLatency, setMessageSize, setParallelCountIncrement, setRateIncrement, toString
getEstimatedCompletionTime, getInspectorName, getManagementInterface, getTestExecutionNumber, incrementTestExecutionNumber, setInspectorName, setManagementInterface
public String getBrokerURL()
getBrokerURL
in interface SinglePointProfile
public void setBrokerURL(String brokerURL)
setBrokerURL
in interface SinglePointProfile
public void setSendReceiveURL(String url)
setSendReceiveURL
in interface SinglePointProfile
public String getSendReceiveURL()
getSendReceiveURL
in interface SinglePointProfile
public void apply(Maestro maestro)
TestProfile
apply
in interface TestProfile
apply
in class IncrementalTestProfile
maestro
- the maestro instance to apply the profile toThis documentation was released into the public domain.