From c5aea4a8bc398fc1c6220875e55b9520fd7f7524 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Wed, 6 Jun 2018 14:47:42 +0100 Subject: Refactor for Sonar smells and code coverage Various code formatting and style fixes (to address Sonar code smells). Introduce a BabelServiceClientException to replace the use of the base Exception class. Make both the BabelServiceClient class and its Factory class use an interface, to allow for Spring injection (using annotations) and for simplified mocking. Refactor the Notification Publishing by making this the responsibility of the main Service classes and not the deployment manager. Issue-ID: AAI-1207 Change-Id: I6bf8a504fa7b98e9158c9976fd1d88c6c54027c1 Signed-off-by: mark.j.leonard --- .../AAI-SCP-Test-VSP-resource-1.0.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/test/resources/convertedYmls/AAI-SCP-Test-VSP-resource-1.0.xml (limited to 'src/test/resources/convertedYmls/AAI-SCP-Test-VSP-resource-1.0.xml') diff --git a/src/test/resources/convertedYmls/AAI-SCP-Test-VSP-resource-1.0.xml b/src/test/resources/convertedYmls/AAI-SCP-Test-VSP-resource-1.0.xml new file mode 100644 index 0000000..bc723c1 --- /dev/null +++ b/src/test/resources/convertedYmls/AAI-SCP-Test-VSP-resource-1.0.xml @@ -0,0 +1,51 @@ + + b2b88a73-5c55-4984-99dd-a35c55935d14 + resource + + + 2e42bac2-318a-410c-b8ff-3b3a31351be7 + SCP-Test-VSP + 1.0 + SCP Test VSP + + + T + unbounded + + + T + unbounded + + + + model-ver + + model-ver.model-version-id + 06258c44-ab48-4b4b-a5db-16892f7d1e76 + + + model.model-invariant-id + 6f288081-b321-47c9-b038-6de70079a3bf + + + + + + + + model-ver + + model-ver.model-version-id + 93a6166f-b3d5-4f06-b4ba-aed48d009ad9 + + + model.model-invariant-id + acc6edd8-a8d4-4b93-afaa-0994068be14c + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg