Package org.citrusframework.actions
Class CreateVariablesAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.CreateVariablesAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Action creating new test variables during a test. Existing test variables are overwritten
by new values.
- Since:
- 2006
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAction builder. -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Gets the variables.Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getVariables
Gets the variables.- Returns:
- the variables
-