Add unit tests for UI 84/96084/3
authorxuegao <xg353y@intl.att.com>
Thu, 19 Sep 2019 12:23:14 +0000 (14:23 +0200)
committerxuegao <xg353y@intl.att.com>
Tue, 24 Sep 2019 09:07:36 +0000 (11:07 +0200)
commit841ddaaa26c0faf16353d8e22093daa2553aad57
tree61aaa6d28490a6b5f2037b4a6edb10ed5fdad2e5
parent27cbec79e30f7e25a7419be38dd9bb7c324c782c
Add unit tests for UI

Adding unit tests for React UI

Issue-ID: CLAMP-509
Change-Id: If31bbea7972736aa190fd0fed19336a1aa382af8
Signed-off-by: xuegao <xg353y@intl.att.com>
19 files changed:
docs/swagger/swagger.pdf
src/main/java/org/onap/clamp/clds/config/AafConfiguration.java
src/main/resources/META-INF/resources/swagger.html
ui-react/package.json
ui-react/src/components/dialogs/DeployLoop.js
ui-react/src/components/dialogs/DeployLoop.test.js [new file with mode: 0644]
ui-react/src/components/dialogs/LoopProperties.test.js [new file with mode: 0644]
ui-react/src/components/dialogs/UserInfo.test.js [new file with mode: 0644]
ui-react/src/components/dialogs/__snapshots__/DeployLoop.test.js.snap [new file with mode: 0644]
ui-react/src/components/dialogs/__snapshots__/LoopProperties.test.js.snap [new file with mode: 0644]
ui-react/src/components/dialogs/__snapshots__/UserInfo.test.js.snap [new file with mode: 0644]
ui-react/src/components/loop_viewer/logs/LoopLogs.test.js [new file with mode: 0644]
ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap [new file with mode: 0644]
ui-react/src/components/loop_viewer/status/LoopStatus.test.js [new file with mode: 0644]
ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap [new file with mode: 0644]
ui-react/src/components/loop_viewer/svg/LoopSvg.test.js [new file with mode: 0644]
ui-react/src/components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap [new file with mode: 0644]
ui-react/src/components/menu/MenuBar.test.js [new file with mode: 0644]
ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap [new file with mode: 0644]