public abstract class AbstractTestContainerBuilder<T extends TestActionContainer> extends AbstractTestActionBuilder<T> implements TestActionContainerBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected T |
container
The action container
|
protected TestDesigner |
designer
The test designer
|
protected TestRunner |
runner
The test runner
|
action| Constructor and Description |
|---|
AbstractTestContainerBuilder(TestDesigner designer,
T container)
Default constructor.
|
AbstractTestContainerBuilder(TestRunner runner,
T container)
Default constructor with test runner and test action.
|
| Modifier and Type | Method and Description |
|---|---|
T |
actions(TestAction... actions)
Delegates container execution to container runner or fills container with actions that were not added before
when using anonymous test action implementations for instance.
|
List<TestAction> |
getActions()
Gets the test actions of the built container.
|
actor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected TestRunner runner
protected TestDesigner designer
protected final T extends TestActionContainer container
public AbstractTestContainerBuilder(TestRunner runner, T container)
runner - container - public AbstractTestContainerBuilder(TestDesigner designer, T container)
designer - container - public T actions(TestAction... actions)
actions - public List<TestAction> getActions()
TestActionContainerBuildergetActions in interface TestActionContainerBuilder<T extends TestActionContainer>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.