org.apache.jmeter.testelement
Class OnErrorTestElement
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.OnErrorTestElement
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- Direct Known Subclasses:
- ResultAction
- public abstract class OnErrorTestElement
- extends AbstractTestElement
- Version:
- $Revision: 493779 $ $Date: 2007-01-07 17:46:38 +0000 (Sun, 07 Jan 2007) $
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
ON_ERROR_CONTINUE
public static final int ON_ERROR_CONTINUE
- See Also:
- Constant Field Values
ON_ERROR_STOPTHREAD
public static final int ON_ERROR_STOPTHREAD
- See Also:
- Constant Field Values
ON_ERROR_STOPTEST
public static final int ON_ERROR_STOPTEST
- See Also:
- Constant Field Values
ON_ERROR_ACTION
public static final String ON_ERROR_ACTION
- See Also:
- Constant Field Values
OnErrorTestElement
protected OnErrorTestElement()
setErrorAction
public void setErrorAction(int value)
getErrorAction
public int getErrorAction()
isContinue
public boolean isContinue()
isStopThread
public boolean isStopThread()
isStopTest
public boolean isStopTest()
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.