Uses of Class
org.citrusframework.model.testcase.core.InputModel
Packages that use InputModel
-
Uses of InputModel in org.citrusframework.model.testcase.core
Fields in org.citrusframework.model.testcase.core declared as InputModelModifier and TypeFieldDescriptionprotected InputModelAssertModel.When.inputprotected InputModelWaitModel.Action.inputMethods in org.citrusframework.model.testcase.core that return InputModelModifier and TypeMethodDescriptionObjectFactory.createInputModel()Create an instance ofInputModelAssertModel.When.getInput()Ruft den Wert der input-Eigenschaft ab.WaitModel.Action.getInput()Ruft den Wert der input-Eigenschaft ab.Methods in org.citrusframework.model.testcase.core with parameters of type InputModelModifier and TypeMethodDescriptionvoidAssertModel.When.setInput(InputModel value) Legt den Wert der input-Eigenschaft fest.voidWaitModel.Action.setInput(InputModel value) Legt den Wert der input-Eigenschaft fest.