Uses of Class
org.citrusframework.model.testcase.core.TimerModel
Packages that use TimerModel
-
Uses of TimerModel in org.citrusframework.model.testcase.core
Fields in org.citrusframework.model.testcase.core declared as TimerModelModifier and TypeFieldDescriptionprotected TimerModelAssertModel.When.timerprotected TimerModelWaitModel.Action.timerMethods in org.citrusframework.model.testcase.core that return TimerModelModifier and TypeMethodDescriptionObjectFactory.createTimerModel()Create an instance ofTimerModelAssertModel.When.getTimer()Ruft den Wert der timer-Eigenschaft ab.WaitModel.Action.getTimer()Ruft den Wert der timer-Eigenschaft ab.Methods in org.citrusframework.model.testcase.core with parameters of type TimerModelModifier and TypeMethodDescriptionvoidAssertModel.When.setTimer(TimerModel value) Legt den Wert der timer-Eigenschaft fest.voidWaitModel.Action.setTimer(TimerModel value) Legt den Wert der timer-Eigenschaft fest.