Add unit tests 47/96947/6
authorxuegao <xg353y@intl.att.com>
Fri, 11 Oct 2019 13:41:49 +0000 (15:41 +0200)
committerxuegao <xg353y@intl.att.com>
Thu, 17 Oct 2019 09:53:49 +0000 (11:53 +0200)
commit524b364a12f834e826f4e8be1119b61ba14b503c
treee8993edac017c3d82a8d4eb15f31b7b2049decf3
parent13ab11a844d840025d153f7eac9109fbbe1c6b08
Add unit tests

Add unit tests for backend and frontend.

Issue-ID: CLAMP-512
Change-Id: I713ba2dce3bd132e7e3e713f4e91e3662df7aafd
Signed-off-by: xuegao <xg353y@intl.att.com>
12 files changed:
src/main/java/org/onap/clamp/loop/components/external/PolicyComponent.java
src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java
src/test/java/org/onap/clamp/clds/model/jsontype/JsonTypeDescriptorTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/loop/DcaeComponentTest.java
src/test/java/org/onap/clamp/loop/ExternalComponentStateTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/loop/PolicyComponentTest.java [new file with mode: 0644]
ui-react/src/LoopUI.test.js [new file with mode: 0644]
ui-react/src/NotFound.test.js [new file with mode: 0644]
ui-react/src/OnapClamp.test.js [new file with mode: 0644]
ui-react/src/__snapshots__/LoopUI.test.js.snap [new file with mode: 0644]
ui-react/src/__snapshots__/NotFound.test.js.snap [new file with mode: 0644]
ui-react/src/__snapshots__/OnapClamp.test.js.snap [new file with mode: 0644]