Fix Sonar report by creating src/test where miss
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 10 Jan 2019 18:50:56 +0000 (13:50 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 10 Jan 2019 18:50:56 +0000 (13:50 -0500)
commit810c4d31e8144ddb0ab2e59f44d4b33c702ffc17
tree51592d8afcbb0f3b65c6514e8f3bf79ff66b8c64
parentad9f4aec4cc149e760f6b0094b287ff6c32938b4
Fix Sonar report by creating src/test where miss

With the property override letting Sonar knows what
to scan in order to provide report including Koltin,
having src/test folder for each module has become
mandatory.
Adding src/test where missing with an empty test class
mark with TODO.

Change-Id: I93570d170ef563e9ac80fe8fc80b5a0ca107ab77
Issue-ID: CCSDK-725
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
ms/controllerblueprints/modules/blueprint-validation/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/db/resources/BluePrintTypeValidatorServiceImplTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/db-resources/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/db/resources/BlueprintCatalogServiceImplTest.kt [new file with mode: 0644]