Class FailAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.TestActorAware

    public class FailAction
    extends AbstractTestAction
    Action fails the test explicitly. User can specify a cause message.
    Author:
    Christoph Deppisch
    • Constructor Detail

    • Method Detail

      • doExecute

        public void doExecute​(com.consol.citrus.context.TestContext context)
        Description copied from class: AbstractTestAction
        Subclasses may add custom execution logic here.
        Specified by:
        doExecute in class AbstractTestAction
      • getMessage

        public String getMessage()
        Gets the message.
        Returns:
        the message