org.apache.jmeter.testelement
Class OnErrorTestElement
- Cloneable, Serializable, TestElement
public abstract class OnErrorTestElement
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , 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 |
ON_ERROR_ACTION
public static final String ON_ERROR_ACTION
ON_ERROR_CONTINUE
public static final int ON_ERROR_CONTINUE
ON_ERROR_STOPTEST
public static final int ON_ERROR_STOPTEST
ON_ERROR_STOPTEST_NOW
public static final int ON_ERROR_STOPTEST_NOW
ON_ERROR_STOPTHREAD
public static final int ON_ERROR_STOPTHREAD
OnErrorTestElement
protected OnErrorTestElement()
getErrorAction
public int getErrorAction()
isContinue
public boolean isContinue()
isStopTest
public boolean isStopTest()
isStopTestNow
public boolean isStopTestNow()
isStopThread
public boolean isStopThread()
setErrorAction
public void setErrorAction(int value)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.