Package org.citrusframework.actions
Class NoopTestAction
java.lang.Object
org.citrusframework.actions.NoopTestAction
- All Implemented Interfaces:
TestAction
Special test action doing nothing but implementing the test action interface. This is useful during Java dsl fluent API
that needs to return a test action but this should not be included or executed during the test run. See test behavior applying
test actions.
-
Constructor Details
-
NoopTestAction
public NoopTestAction()
-
-
Method Details
-
execute
- Specified by:
executein interfaceTestAction
-
getName
- Specified by:
getNamein interfaceTestAction
-