Package com.flowable.content.engine.test
Class FlowableContentTestHelper
java.lang.Object
com.flowable.content.engine.test.FlowableContentTestHelper
A Helper for the Flowable
FlowableContentExtension
that can be used within the JUnit Jupiter context store
and users can use it in the tests for easy modifying of the ContentEngine
time and easy access for waiting on the job executor.- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeploy
(Class<?> testClass, Method method, DocumentDeployment deployment) protected DocumentDeployment
void
setCurrentTime
(Instant instant) void
setCurrentTime
(Date date) void
setDeploymentIdFromDeploymentAnnotation
(String deploymentIdFromDeploymentAnnotation)
-
Field Details
-
contentEngine
-
deploymentIdFromDeploymentAnnotation
-
-
Constructor Details
-
FlowableContentTestHelper
-
-
Method Details
-
getContentEngine
-
getDeploymentIdFromDeploymentAnnotation
-
setDeploymentIdFromDeploymentAnnotation
-
setCurrentTime
-
setCurrentTime
-
deploy
-
deploy
-