Class DelayModel
java.lang.Object
org.citrusframework.model.testcase.core.SleepActionType
org.citrusframework.model.testcase.core.DelayModel
Java-Klasse für DelayActionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DelayActionType">
<complexContent>
<extension base="{http://www.citrusframework.org/schema/testcase}SleepActionType">
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.citrusframework.model.testcase.core.SleepActionType
description, milliseconds, seconds, time -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.model.testcase.core.SleepActionType
getDescription, getMilliseconds, getSeconds, getTime, setDescription, setMilliseconds, setSeconds, setTime
-
Constructor Details
-
DelayModel
public DelayModel()
-