public class TestActionPerformable extends Object implements ActionPerformable<String>
| Constructor and Description |
|---|
TestActionPerformable() |
| Modifier and Type | Method and Description |
|---|---|
AbstractActionModel |
getAction() |
String |
getArgument() |
int |
getCalls() |
void |
performAction(AbstractActionModel action,
String argument) |
public int getCalls()
public AbstractActionModel getAction()
public String getArgument()
public void performAction(AbstractActionModel action, String argument)
performAction in interface ActionPerformable<String>Copyright © 2017 SAP SE. All Rights Reserved.