Class NoopTestAction

java.lang.Object
org.citrusframework.actions.NoopTestAction
All Implemented Interfaces:
TestAction

public class NoopTestAction extends Object implements 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