Uses of Class
io.camunda.zeebe.process.test.assertions.FormAssert
Packages that use FormAssert
-
Uses of FormAssert in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions that return FormAssertModifier and TypeMethodDescriptionDeploymentAssert.extractingFormByFormId(String formId) Extracts the form with the given form IDDeploymentAssert.extractingFormByResourceName(String resourceName) Extracts the form with the given resource nameFormAssert.hasFormKey(long expectedFormKey) FormAssert.hasResourceName(String expectedResourceName) Asserts that the form has the given resource nameFormAssert.hasVersion(long expectedVersion) Asserts that the form has the given versionFormAssert.isFormCreated(String formId) Finds if a form is created.