public abstract class AbstractExceptionContainerBuilder<T extends TestActionContainer> extends AbstractTestContainerBuilder<T>
container, designer, runneraction| Constructor and Description |
|---|
AbstractExceptionContainerBuilder(TestDesigner designer,
T container)
Default constructor.
|
AbstractExceptionContainerBuilder(TestRunner runner,
T container)
Default constructor with test runner and test action.
|
| Modifier and Type | Method and Description |
|---|---|
T |
when(TestAction... actions)
Delegates container execution to container runner or fills container with actions.
|
actions, getActionsactor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic AbstractExceptionContainerBuilder(TestRunner runner, T container)
runner - container - public AbstractExceptionContainerBuilder(TestDesigner designer, T container)
container - public T when(TestAction... actions)
actions - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.