Rework of the unit tests (mainly IT) 73/6973/2
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 10:14:52 +0000 (03:14 -0700)
committerSébastien Determe <sd378r@intl.att.com>
Tue, 8 Aug 2017 12:36:19 +0000 (12:36 +0000)
commit249699f8fb908359213697055b66637c9baeda99
tree0041a981ee940c8aaf32ecaf77916c36b8f25988
parente63aa2efcd5dff2af82b39368d5989763c9cdd6f
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>
16 files changed:
src/test/java/org/onap/clamp/clds/AbstractIT.java
src/test/java/org/onap/clamp/clds/it/AsdcIT.java [deleted file]
src/test/java/org/onap/clamp/clds/it/DcaeIT.java
src/test/java/org/onap/clamp/clds/it/PolicyClientIT.java
src/test/java/org/onap/clamp/clds/it/PropJsonBuilderIT.java
src/test/java/org/onap/clamp/clds/model/prop/CustomModelElement.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/model/prop/CustomModelElementTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/model/prop/ModelPropertiesTest.java
src/test/resources/clds/clds-reference.properties
src/test/resources/example/modelBpmnProp.json
src/test/resources/example/modelBpmnPropForPolicy.json [new file with mode: 0644]
src/test/resources/example/modelProp.json
src/test/resources/example/modelPropForPolicy.json [new file with mode: 0644]
src/test/resources/example/templatePropForTca.json [new file with mode: 0644]
src/test/resources/expected/stringmatch.json [new file with mode: 0644]
src/test/resources/expected/tca.json [new file with mode: 0644]