plexiti / camunda-grails-plugin

Integrates Camunda BPM with the Grails framework.
http://grails.org/plugin/camunda
Apache License 2.0
18 stars 8 forks source link

Support isolated testing with @Deployment annotation #31

Open martinschimak opened 9 years ago

martinschimak commented 9 years ago
camunda {
    test.isolated = true
}
@Deployment(resources = ['my/package/MyTestProcess.bpmn'])
void testMyProcessDefinition() {
}