Class NoopTestAction

  • All Implemented Interfaces:
    com.consol.citrus.TestAction

    public class NoopTestAction
    extends Object
    implements com.consol.citrus.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.
    Author:
    Christoph Deppisch
    • Constructor Detail

      • NoopTestAction

        public NoopTestAction()
    • Method Detail

      • execute

        public void execute​(com.consol.citrus.context.TestContext context)
        Specified by:
        execute in interface com.consol.citrus.TestAction
      • getName

        public String getName()
        Specified by:
        getName in interface com.consol.citrus.TestAction