Package org.citrusframework.container
Class Wait
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.container.Wait
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Pause the test execution until the condition is met or the wait time has been exceeded.
- Since:
- 2.4
-
Nested Class Summary
Nested Classes -
Field Summary
Fields 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.getTime()Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Constructor Details
-
Wait
Default constructor.
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getTime
-
getCondition
-
getInterval
-