public abstract class OnErrorTestElement extends AbstractTestElement
Modifier and Type | Field and Description |
---|---|
static String |
ON_ERROR_ACTION |
static int |
ON_ERROR_BREAK_CURRENT_LOOP |
static int |
ON_ERROR_CONTINUE |
static int |
ON_ERROR_START_NEXT_ITERATION_OF_CURRENT_LOOP |
static int |
ON_ERROR_START_NEXT_THREAD_LOOP |
static int |
ON_ERROR_STOPTEST |
static int |
ON_ERROR_STOPTEST_NOW |
static int |
ON_ERROR_STOPTHREAD |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Modifier | Constructor and Description |
---|---|
protected |
OnErrorTestElement() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorAction() |
boolean |
isBreakCurrentLoop() |
boolean |
isContinue() |
boolean |
isStartNextIterationOfCurrentLoop() |
boolean |
isStartNextThreadLoop() |
boolean |
isStopTest() |
boolean |
isStopTestNow() |
boolean |
isStopThread() |
void |
setErrorAction(int value) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
removed
public static final int ON_ERROR_CONTINUE
public static final int ON_ERROR_STOPTHREAD
public static final int ON_ERROR_STOPTEST
public static final int ON_ERROR_STOPTEST_NOW
public static final int ON_ERROR_START_NEXT_THREAD_LOOP
public static final int ON_ERROR_START_NEXT_ITERATION_OF_CURRENT_LOOP
public static final int ON_ERROR_BREAK_CURRENT_LOOP
public static final String ON_ERROR_ACTION
public void setErrorAction(int value)
public int getErrorAction()
public boolean isContinue()
public boolean isStopThread()
public boolean isStopTest()
public boolean isStopTestNow()
public boolean isStartNextThreadLoop()
public boolean isStartNextIterationOfCurrentLoop()
public boolean isBreakCurrentLoop()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.