Packages methods related to sample handling.
SamplePackage
public SamplePackage()
SamplePackage
public SamplePackage(List configs,
List modifiers,
List responseModifiers,
List listeners,
List timers,
List assertions,
List extractors,
List pres,
List controllers)
addAssertion
public void addAssertion(Assertion asser)
addPreProcessor
public void addPreProcessor(PreProcessor pre)
addSampleListener
public void addSampleListener(SampleListener listener)
addTimer
public void addTimer(Timer timer)
getAssertions
public List getAssertions()
getConfigs
public List getConfigs()
Returns the configs.
getModifiers
public List getModifiers()
Returns the modifiers.
getPostProcessors
public List getPostProcessors()
getPreProcessors
public List getPreProcessors()
Returns the preProcessors.
getResponseModifiers
public List getResponseModifiers()
Returns the responseModifiers.
getSampleListeners
public List getSampleListeners()
getSampler
public Sampler getSampler()
getTimers
public List getTimers()
recoverRunningVersion
public void recoverRunningVersion()
setAssertions
public void setAssertions(List assertions)
Sets the assertions.
assertions
- the assertions to set
setConfigs
public void setConfigs(List configs)
Sets the configs.
configs
- the configs to set
setModifiers
public void setModifiers(List modifiers)
Sets the modifiers.
modifiers
- the modifiers to set
setPostProcessors
public void setPostProcessors(List postProcessors)
Sets the postProcessors.
postProcessors
- the postProcessors to set
setPreProcessors
public void setPreProcessors(List preProcessors)
Sets the preProcessors.
preProcessors
- the preProcessors to set
setResponseModifiers
public void setResponseModifiers(List responseModifiers)
Sets the responseModifiers.
responseModifiers
- the responseModifiers to set
setRunningVersion
public void setRunningVersion(boolean running)
setSampleListeners
public void setSampleListeners(List sampleListeners)
Sets the sampleListeners.
sampleListeners
- the sampleListeners to set
setSampler
public void setSampler(Sampler s)
setTimers
public void setTimers(List timers)
Sets the timers.
timers
- the timers to set