can any one share thoughts or sample’s test cases to test java delegate in process using junit or mockito
start a project with jUnit test
- clone flowable engine
git clone https://github.com/flowable/flowable-engine.git
cd flowable-engine/tooling/archetypesmvn clean installdeploy flowable test archetype to your local repo.cd ${PROJECT_DIR}go to you projects directory.mvn -o archetype:generate -DarchetypeGroupId=org.flowable -DarchetypeArtifactId=flowable-archetype-unittest -DarchetypeVersion=6.6.1-SNAPSHOT -DgroupId=org.crp.flowable.traininggenerate flowable jUnit test template.mvn test
thanks martin .that works for me