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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploy(Class<?> testClass, Method method, DocumentDeployment deployment) protected DocumentDeploymentvoidsetCurrentTime(Instant instant) voidsetCurrentTime(Date date) voidsetDeploymentIdFromDeploymentAnnotation(String deploymentIdFromDeploymentAnnotation)
-
Field Details
-
contentEngine
-
deploymentIdFromDeploymentAnnotation
-
-
Constructor Details
-
FlowableContentTestHelper
-
-
Method Details
-
getContentEngine
-
getDeploymentIdFromDeploymentAnnotation
-
setDeploymentIdFromDeploymentAnnotation
-
setCurrentTime
-
setCurrentTime
-
deploy
-
deploy
-