Uses of Class
org.citrusframework.model.testcase.core.CatchModel
Packages that use CatchModel
-
Uses of CatchModel in org.citrusframework.model.testcase.core
Fields in org.citrusframework.model.testcase.core declared as CatchModelModifier and TypeFieldDescriptionprotected CatchModelAssertModel.When._catchprotected CatchModelWaitModel.Action._catchMethods in org.citrusframework.model.testcase.core that return CatchModelModifier and TypeMethodDescriptionObjectFactory.createCatchModel()Create an instance ofCatchModelAssertModel.When.getCatch()Ruft den Wert der catch-Eigenschaft ab.WaitModel.Action.getCatch()Ruft den Wert der catch-Eigenschaft ab.Methods in org.citrusframework.model.testcase.core with parameters of type CatchModelModifier and TypeMethodDescriptionvoidAssertModel.When.setCatch(CatchModel value) Legt den Wert der catch-Eigenschaft fest.voidWaitModel.Action.setCatch(CatchModel value) Legt den Wert der catch-Eigenschaft fest.