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 --- src/test/resources/auth/aai-client-dummy.p12 | Bin 0 -> 2514 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/test/resources/auth/aai-client-dummy.p12 (limited to 'src/test/resources/auth') diff --git a/src/test/resources/auth/aai-client-dummy.p12 b/src/test/resources/auth/aai-client-dummy.p12 new file mode 100644 index 0000000..ce363f5 Binary files /dev/null and b/src/test/resources/auth/aai-client-dummy.p12 differ -- cgit