Class TestActionPerformable
java.lang.Object
de.hybris.platform.servicelayer.action.TestActionPerformable
- All Implemented Interfaces:
ActionPerformable<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCalls()voidperformAction(AbstractActionModel action, String argument)
-
Constructor Details
-
TestActionPerformable
public TestActionPerformable()
-
-
Method Details
-
getCalls
public int getCalls() -
getAction
-
getArgument
-
performAction
- Specified by:
performActionin interfaceActionPerformable<String>
-