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)
commit3a6ad6415b60e16221f81658b4cbbbb40bc7ee8c
tree487ca15e3f43c6a31a1321101ee42d60de14e5c6
parent38f6f0ab60ef32af3af21aace397fe16a790dce7
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/blueprintsprocessor/modules/commons/core/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/core/BluePrintPropertiesTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/resource-api/src/test/java/org/onap/ccsdk/apps/blueprintsprocessor/resource/api/ResourceResolutionControllerTest.java [new file with mode: 0644]