diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 03:14:52 -0700 |
---|---|---|
committer | Sébastien Determe <sd378r@intl.att.com> | 2017-08-08 12:36:19 +0000 |
commit | 249699f8fb908359213697055b66637c9baeda99 (patch) | |
tree | 0041a981ee940c8aaf32ecaf77916c36b8f25988 /src/test/resources/example/modelBpmnPropForPolicy.json | |
parent | e63aa2efcd5dff2af82b39368d5989763c9cdd6f (diff) |
Rework of the unit tests (mainly IT)
Rework of the unit tests (mainly IT)
+ new example files and test resource config
Change-Id: I4970b3710c7decdc8a3265a86115097d4394ad80
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/modelBpmnPropForPolicy.json')
-rw-r--r-- | src/test/resources/example/modelBpmnPropForPolicy.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/example/modelBpmnPropForPolicy.json b/src/test/resources/example/modelBpmnPropForPolicy.json new file mode 100644 index 000000000..243f7e807 --- /dev/null +++ b/src/test/resources/example/modelBpmnPropForPolicy.json @@ -0,0 +1,26 @@ +{ + "collector": + [ + + ], + "stringMatch": + [ + + ], + + "policy": + [ + { + "id": "Policy_", + "from": "StartEvent_1" + } + ], + + "tca": + [ + { + "id": "TCA_", + "from": "" + } + ] +}
\ No newline at end of file |