public class DelegatingTestAction<T extends TestAction> extends AbstractTestAction
description| Constructor and Description |
|---|
DelegatingTestAction()
Default constructor.
|
DelegatingTestAction(T delegate)
Constructor using the delegate test action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(TestContext context) |
TestActor |
getActor() |
T |
getDelegate()
Gets the delegate test action.
|
String |
getDescription() |
String |
getName() |
boolean |
isDisabled(TestContext context) |
AbstractTestAction |
setActor(TestActor actor) |
void |
setDelegate(T delegate)
Sets the delegate test action.
|
AbstractTestAction |
setDescription(String description) |
AbstractTestAction |
setName(String name) |
executepublic DelegatingTestAction()
public DelegatingTestAction(T delegate)
delegate - public void doExecute(TestContext context)
doExecute in class AbstractTestActionpublic boolean isDisabled(TestContext context)
isDisabled in interface TestActionisDisabled in class AbstractTestActionpublic TestActor getActor()
getActor in interface TestActiongetActor in class AbstractTestActionpublic AbstractTestAction setActor(TestActor actor)
setActor in interface TestActionsetActor in class AbstractTestActionpublic String getDescription()
getDescription in interface TestActiongetDescription in class AbstractTestActionpublic AbstractTestAction setDescription(String description)
setDescription in interface TestActionsetDescription in class AbstractTestActionpublic String getName()
getName in interface TestActiongetName in class AbstractTestActionpublic AbstractTestAction setName(String name)
setName in interface TestActionsetName in class AbstractTestActionpublic void setDelegate(T delegate)
delegate - public T getDelegate()
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.