Class SequenceBeforeSuite

All Implemented Interfaces:
Described, Named, Completable, BeforeSuite, TestActionContainer, TestAction, TestActorAware

public class SequenceBeforeSuite extends AbstractSuiteActionContainer implements BeforeSuite
Sequence of Citrus test actions that get executed before a test suite run. Sequence should decide weather to execute according to given suite name and included test groups if any.
  • Constructor Details

    • SequenceBeforeSuite

      public SequenceBeforeSuite()
  • Method Details