Package org.citrusframework.container
Class SequenceAfterSuite
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.container.AbstractActionContainer
org.citrusframework.container.AbstractSuiteActionContainer
org.citrusframework.container.SequenceAfterSuite
- All Implemented Interfaces:
Described,Named,Completable,AfterSuite,TestActionContainer,ReferenceResolverAware,TestAction,TestActorAware
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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.citrusframework.container.AbstractActionContainer
actionsFields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Methods inherited from class org.citrusframework.container.AbstractSuiteActionContainer
getEnv, getSuiteNames, getSystemProperties, getTestGroups, setEnv, setReferenceResolver, setSuiteNames, setSystemProperties, setTestGroups, shouldExecuteMethods inherited from class org.citrusframework.container.AbstractActionContainer
addTestAction, addTestAction, addTestActions, addTestActions, executeAction, getActionCount, getActionIndex, getActions, getActiveAction, getExecutedActions, getTestAction, isDone, setActions, setActiveAction, setExecutedActionMethods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.container.AfterSuite
shouldExecuteMethods inherited from interface org.citrusframework.TestAction
execute, getActor, getName, isDisabledMethods inherited from interface org.citrusframework.container.TestActionContainer
addTestAction, addTestActions, getActionCount, getActionIndex, getActions, getActiveAction, getExecutedActions, getTestAction, setActions, setActiveAction, setExecutedAction
-
Constructor Details
-
SequenceAfterSuite
public SequenceAfterSuite() -
SequenceAfterSuite
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-