public class FlowableCmmnTestHelper extends Object
FlowableCmmnExtension that can be used within the JUnit Jupiter context store
and users can use it in the tests for easy modifying of the CmmnEngine time.| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngine |
cmmnEngine |
protected String |
deploymentIdFromDeploymentAnnotation |
| Constructor and Description |
|---|
FlowableCmmnTestHelper(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
getCmmnEngine() |
String |
getDeploymentIdFromDeploymentAnnotation() |
void |
setCurrentTime(Date date) |
void |
setCurrentTime(java.time.Instant instant) |
void |
setDeploymentIdFromDeploymentAnnotation(String deploymentIdFromDeploymentAnnotation) |
protected final CmmnEngine cmmnEngine
protected String deploymentIdFromDeploymentAnnotation
public FlowableCmmnTestHelper(CmmnEngine cmmnEngine)
public CmmnEngine getCmmnEngine()
public String getDeploymentIdFromDeploymentAnnotation()
public void setDeploymentIdFromDeploymentAnnotation(String deploymentIdFromDeploymentAnnotation)
public void setCurrentTime(Date date)
public void setCurrentTime(java.time.Instant instant)
Copyright © 2018 Flowable. All rights reserved.