public class TestAction extends AbstractSampler
Modifier and Type | Field and Description |
---|---|
static int |
PAUSE |
static int |
STOP |
static int |
STOP_NOW |
static int |
TEST |
static int |
THREAD |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
TestAction() |
Modifier and Type | Method and Description |
---|---|
int |
getAction() |
String |
getDurationAsString() |
int |
getTarget() |
SampleResult |
sample(Entry e)
Obtains statistics about the given Entry, and packages the information
into a SampleResult.
|
void |
setAction(int action) |
void |
setDuration(String duration) |
void |
setTarget(int target) |
addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addTestElement, canRemove, clear, clearTestElementChildren, clone, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse
public static final int STOP
public static final int PAUSE
public static final int STOP_NOW
public static final int THREAD
public static final int TEST
public SampleResult sample(Entry e)
public void setTarget(int target)
public int getTarget()
public void setAction(int action)
public int getAction()
public void setDuration(String duration)
public String getDurationAsString()
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.