Uses of Class
org.citrusframework.container.AbstractSuiteActionContainer
Packages that use AbstractSuiteActionContainer
-
Uses of AbstractSuiteActionContainer in org.citrusframework
Classes in org.citrusframework with type parameters of type AbstractSuiteActionContainerModifier and TypeClassDescriptionclassAbstractSuiteContainerBuilder<T extends AbstractSuiteActionContainer,S extends AbstractSuiteContainerBuilder<T, S>> Abstract container builder takes care on calling the container runner when actions are placed in the container. -
Uses of AbstractSuiteActionContainer in org.citrusframework.container
Subclasses of AbstractSuiteActionContainer in org.citrusframework.containerModifier and TypeClassDescriptionclassSequence of Citrus test actions that get executed after a test suite run.classSequence of Citrus test actions that get executed before a test suite run.