From 3a1f764b762a91e917e9e14a00c4a7ff3c4e0745 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Wed, 18 Apr 2018 11:17:11 +0100 Subject: Remove dependency on org.powermock (PowerMockito) Replace use of PowerMockito packages with the standard Mockito. Create a BabelServiceClient Factory class to simplify mocking. Remove duplicated "no mock" test classes that were not in fact free of mocking. Add a dummy sample CSAR file for testing of artifact downloads. Change-Id: Ib86f560e514e1efab0e2f732e494a032d555c7c3 Issue-ID: AAI-1049 Signed-off-by: mark.j.leonard --- .../compressedArtifacts/service-VscpaasTest-csar.csar | Bin 0 -> 30511 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/test/resources/compressedArtifacts/service-VscpaasTest-csar.csar (limited to 'src/test/resources') diff --git a/src/test/resources/compressedArtifacts/service-VscpaasTest-csar.csar b/src/test/resources/compressedArtifacts/service-VscpaasTest-csar.csar new file mode 100644 index 0000000..d7f505e Binary files /dev/null and b/src/test/resources/compressedArtifacts/service-VscpaasTest-csar.csar differ -- cgit 1.2.3-korg