Class SequenceAfterSuite

All Implemented Interfaces:
Described, Named, Completable, AfterSuite, TestActionContainer, ReferenceResolverAware, TestAction, TestActorAware

public class SequenceAfterSuite extends AbstractSuiteActionContainer implements AfterSuite
Sequence of Citrus test actions that get executed after a test suite run. Sequence should decide weather to execute according to given suite name and included test groups if any.