public class CatchExceptionBuilder extends AbstractExceptionContainerBuilder<Catch>
container, designer, runneraction| Constructor and Description |
|---|
CatchExceptionBuilder(TestDesigner designer)
Default constructor.
|
CatchExceptionBuilder(TestDesigner designer,
Catch action)
Constructor using action field.
|
CatchExceptionBuilder(TestRunner runner)
Default constructor using test runner.
|
CatchExceptionBuilder(TestRunner runner,
Catch action)
Default constructor using runner and action container.
|
| Modifier and Type | Method and Description |
|---|---|
CatchExceptionBuilder |
exception(Class<? extends Throwable> exception)
Catch exception type during execution.
|
CatchExceptionBuilder |
exception(String type)
Catch exception type during execution.
|
whenactions, getActionsactor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic CatchExceptionBuilder(TestDesigner designer, Catch action)
designer - action - public CatchExceptionBuilder(TestDesigner designer)
designer - public CatchExceptionBuilder(TestRunner runner, Catch action)
runner - action - public CatchExceptionBuilder(TestRunner runner)
runner - public CatchExceptionBuilder exception(Class<? extends Throwable> exception)
exception - public CatchExceptionBuilder exception(String type)
type - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.