public class Catch extends AbstractActionContainer
actions
description
Constructor and Description |
---|
Catch()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
String |
getException()
Gets the exception.
|
void |
setException(String exception)
Set the exception that is caught.
|
addTestAction, getActionCount, getActionIndex, getActions, getLastExecutedAction, getTestAction, setActions, setLastExecutedAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getActor, getDescription, getName, isDisabled, setDescription, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public void setException(String exception)
exception
- the exception to setpublic String getException()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.