Add new tests for DAO 53/12453/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 14 Sep 2017 14:11:00 +0000 (16:11 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 14 Sep 2017 14:11:00 +0000 (16:11 +0200)
commitfbe35388ec1841b8a75fb054d2fc809b901c11aa
treedf161597529660407dc097a184284de3d05eff35
parent729ad06baa65151578399f13173cc5de35e1be8c
Add new tests for DAO

New test to validate some methods of the DAO and attempt to disable
Camunda in IT when it was not required to have it

Change-Id: I231230a7a4818f4bfd7887319a321625f66ffcae
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
13 files changed:
src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java
src/test/java/org/onap/clamp/clds/it/CldsDaoIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/DcaeIT.java
src/test/java/org/onap/clamp/clds/it/HttpsIT.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/it/RefPropIT.java
src/test/java/org/onap/clamp/clds/it/SdcCatalogServicesIT.java
src/test/java/org/onap/clamp/clds/it/SdcIT.java
src/test/resources/application-no-camunda.properties [new file with mode: 0644]
src/test/resources/example/dao/bpmn-prop.json [new file with mode: 0644]
src/test/resources/example/dao/bpmn-template.xml [new file with mode: 0644]
src/test/resources/example/dao/image-template.xml [new file with mode: 0644]