Rework the SDC cache 37/31737/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 14 Feb 2018 14:30:07 +0000 (15:30 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 14 Feb 2018 14:30:07 +0000 (15:30 +0100)
commit9ebb9c1aa320e49c581ba1a66202cc2f2bda0c5a
tree658398df111f90c19fe158c7c9abe040a850d49d
parent454936e900890e77adc9a1450e5bcb01d0c90823
Rework the SDC cache

Rework the SDC cache that was broken and add unit tests to validate it

Issue-ID: CLAMP-85
Change-Id: I43503702733d8f8f0ddbf391f94fb4e5416be98f
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/dao/CldsDao.java
src/main/java/org/onap/clamp/clds/dao/CldsServiceDataMapper.java
src/main/java/org/onap/clamp/clds/model/CldsDBServiceCache.java
src/main/java/org/onap/clamp/clds/model/CldsServiceData.java
src/test/java/org/onap/clamp/clds/it/CldsDaoItCase.java
src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java
src/test/java/org/onap/clamp/clds/model/CldsDBServiceCacheTest.java [new file with mode: 0644]
src/test/resources/example/sdc/expected-result/sdc-properties-4cc5b45a.json [new file with mode: 0644]