Package com.flowable.form.engine.test
Annotation Type FormDeploymentId
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface FormDeploymentId
An annotation that can be used on test methods, lifecycle method to inject the id of the deployment deployed viaFormDeploymentAnnotation
. NB: This only works for the tests with JUnit Jupiter.- Author:
- Filip Hrisafov