Improve unit-test coverage 04/2204/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 13 Jan 2020 21:08:06 +0000 (16:08 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 13 Jan 2020 21:10:32 +0000 (16:10 -0500)
commita4c4e6ac19b6b36038bf2ec5bca54f1ead616bfc
treebac992005cce8cf268a8f5299a33b8535287e7b8
parent9cf5b95a5bc9810d739d14d324dd7d80cbdb4a7d
Improve unit-test coverage

Add tests of the API builder classes and methods.

Change-Id: I9c4ea2fa63ef83beed81f807fe3eb1c790708595
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/A1MediatorConfigTest.java [new file with mode: 0644]
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AbstractConfigTest.java [new file with mode: 0644]
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AppManagerConfigTest.java [new file with mode: 0644]
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/CaasIngressConfigTest.java [new file with mode: 0644]
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/E2ManagerConfigTest.java [new file with mode: 0644]
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/model/ModelTest.java