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>
diff --git a/src/test/resources/example/modelBpmnProp.json b/src/test/resources/example/modelBpmnProp.json
index 140a567..26fd884 100644
--- a/src/test/resources/example/modelBpmnProp.json
+++ b/src/test/resources/example/modelBpmnProp.json
@@ -1 +1,41 @@
-{"collector":[{"id":"Collector_", "from":"StartEvent_1"}],"stringMatch":[{"id":"StringMatch_", "from":"Collector_"}],"policy":[{"id":"Policy_", "from":"StringMatch_"}],"tca":[{"id":"TCA_", "from":""}]}
\ No newline at end of file
+{
+    "collector": 
+    [
+        {
+            "id": "Collector_",
+            "from": "StartEvent_1"
+        }
+    ],
+
+    "stringMatch": 
+    [
+        {
+            "id": "StringMatch_",
+            "from": "Collector_"
+        }
+    ],
+
+    "policy": 
+    [
+        {
+            "id": "Policy_",
+            "from": "StringMatch_"
+        }
+    ],
+
+    "tca": 
+    [
+        {
+            "id": "TCA_",
+            "from": ""
+        }
+    ],
+
+    "customType": 
+    [
+        {
+            "id": "CustomType_",
+            "from": ""
+        }
+    ]
+}
\ No newline at end of file