Handle when model cust uuid is null from sdnc 44/89544/1
authorMcblain, Thomas <tom.mcblain@att.com>
Thu, 6 Jun 2019 19:59:20 +0000 (15:59 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Thu, 6 Jun 2019 19:59:30 +0000 (15:59 -0400)
commit37b23b4d859eda7fab5af1366f9688d882b8427a
tree017c0445971aaf9662e4cea1f16d213e77c71698
parentc4b90365d5c117bc6fd64af421a1468539a8aec3
Handle when model cust uuid is null from sdnc

Modify wording on null uuid exception and test for it
Expand null handling to vfmc and cvnfc find in lists
Modify to chain the filter of nulls then to match.
Change to ExpectedException in junit; filter nulls.
Handle better when model cust. uuid is null from sdnc

Change-Id: I1f1edffa1db84509bd649803660a55510868b6eb
Issue-ID: SO-1989
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
mso-catalog-db/src/main/java/org/onap/so/db/catalog/client/CatalogDbClient.java
mso-catalog-db/src/test/java/org/onap/so/db/catalog/client/CatalogDbClientTest.java [new file with mode: 0644]