Uses of Class
org.citrusframework.model.testcase.core.ReceiveModel
Packages that use ReceiveModel
-
Uses of ReceiveModel in org.citrusframework.model.testcase.core
Subclasses of ReceiveModel in org.citrusframework.model.testcase.coreFields in org.citrusframework.model.testcase.core declared as ReceiveModelModifier and TypeFieldDescriptionprotected ReceiveModelAssertModel.When.receiveprotected ReceiveModelWaitModel.Action.receiveMethods in org.citrusframework.model.testcase.core that return ReceiveModelModifier and TypeMethodDescriptionObjectFactory.createReceiveModel()Create an instance ofReceiveModelAssertModel.When.getReceive()Ruft den Wert der receive-Eigenschaft ab.WaitModel.Action.getReceive()Ruft den Wert der receive-Eigenschaft ab.Methods in org.citrusframework.model.testcase.core with parameters of type ReceiveModelModifier and TypeMethodDescriptionvoidAssertModel.When.setReceive(ReceiveModel value) Legt den Wert der receive-Eigenschaft fest.voidWaitModel.Action.setReceive(ReceiveModel value) Legt den Wert der receive-Eigenschaft fest.