Uses of Class
org.citrusframework.container.AbstractActionContainer
Packages that use AbstractActionContainer
-
Uses of AbstractActionContainer in org.citrusframework
Classes in org.citrusframework with type parameters of type AbstractActionContainerModifier and TypeClassDescriptionclassAbstractExceptionContainerBuilder<T extends AbstractActionContainer,S extends AbstractExceptionContainerBuilder<T, S>> Subclasses of AbstractActionContainer in org.citrusframeworkModifier and TypeClassDescriptionclassDefault test case implementation holding a list of test actions to execute. -
Uses of AbstractActionContainer in org.citrusframework.container
Subclasses of AbstractActionContainer in org.citrusframework.containerModifier and TypeClassDescriptionclassclassAbstract suit container actions executed before and after test suite run.classAbstract test action container describes methods to enable/disable container execution based on given test name, package and test groups.classAssert exception to happen in nested test action.classclassAction catches possible exceptions in nested test actions.classClass executes nested test actions if condition expression evaluates to true.classHelper sequence to mark actions as finally actions that should be executed in finally block of test case.classClass executes nested test actions in loops.classTest action will execute nested actions in parallel.classLooping test container iterating the nested test actions in case an error occurred in one of them.classTypical implementation of repeat iteration loop.classSequence container executing a set of nested test actions in simple sequence.classSequence of Citrus test actions that get executed after a test suite run.classSequence of test actions executed after a test case.classSequence of Citrus test actions that get executed before a test suite run.classSequence of test actions executed before a test case.classMethods in org.citrusframework.container that return AbstractActionContainerModifier and TypeMethodDescriptionAbstractActionContainer.addTestAction(TestAction action) AbstractActionContainer.addTestAction(TestActionBuilder<?> action) AbstractActionContainer.addTestActions(TestAction... toAdd) AbstractActionContainer.addTestActions(TestActionBuilder<?>... toAdd) AbstractActionContainer.setActions(List<TestAction> actions)