Uses of Class
org.citrusframework.model.testcase.core.SleepActionType
Packages that use SleepActionType
-
Uses of SleepActionType in org.citrusframework.model.testcase.core
Subclasses of SleepActionType in org.citrusframework.model.testcase.coreFields in org.citrusframework.model.testcase.core declared as SleepActionTypeModifier and TypeFieldDescriptionprotected SleepActionTypeAssertModel.When.sleepprotected SleepActionTypeWaitModel.Action.sleepMethods in org.citrusframework.model.testcase.core that return SleepActionTypeModifier and TypeMethodDescriptionObjectFactory.createSleepActionType()Create an instance ofSleepActionTypeAssertModel.When.getSleep()Ruft den Wert der sleep-Eigenschaft ab.WaitModel.Action.getSleep()Ruft den Wert der sleep-Eigenschaft ab.Methods in org.citrusframework.model.testcase.core that return types with arguments of type SleepActionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SleepActionType>ObjectFactory.createSleep(SleepActionType value) Methods in org.citrusframework.model.testcase.core with parameters of type SleepActionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SleepActionType>ObjectFactory.createSleep(SleepActionType value) voidAssertModel.When.setSleep(SleepActionType value) Legt den Wert der sleep-Eigenschaft fest.voidWaitModel.Action.setSleep(SleepActionType value) Legt den Wert der sleep-Eigenschaft fest.