Refactored code to enable its utilization in Junit 42/134942/3
authorwaqas.ikram <waqas.ikram@est.tech>
Fri, 16 Jun 2023 12:05:04 +0000 (13:05 +0100)
committerWaqas Ikram <waqas.ikram@est.tech>
Tue, 20 Jun 2023 09:40:08 +0000 (09:40 +0000)
commitcb0256d46fa8fd75f54482917ec1cd4aba02fb55
tree74f8ac08831951889e1b2269a3a70d80a18276ec
parenta47d9766d027cb0ffcc92c3e0c401a46bc2e8ab8
Refactored code to enable its utilization in Junit

tests for the client

Change-Id: I847ae0f48444af907039bfddb9879581003c0f35
Issue-ID: CPS-1751
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml [new file with mode: 0644]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/src/main/java/org/onap/cps/ncmp/rest/stub/Application.java [moved from cps-ncmp-rest-stub/src/main/java/org/onap/cps/ncmp/rest/stub/Application.java with 100% similarity]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml [new file with mode: 0644]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/src/main/java/org/onap/cps/ncmp/rest/stub/controller/NetworkCmProxyStubController.java [moved from cps-ncmp-rest-stub/src/main/java/org/onap/cps/ncmp/rest/stub/controller/NetworkCmProxyStubController.java with 51% similarity]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/src/main/resources/application.yml [moved from cps-ncmp-rest-stub/src/main/resources/application.yml with 100% similarity]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/src/main/resources/stubs/cmHandlesSearch.json [moved from cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json with 100% similarity]
cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/src/main/resources/stubs/passthrough-operational-example.json [moved from cps-ncmp-rest-stub/src/main/resources/stubs/passthrough-operational-example.json with 100% similarity]
cps-ncmp-rest-stub/pom.xml
cps-ncmp-rest-stub/src/main/java/org/onap/cps/ncmp/rest/stub/handlers/NetworkCmProxyApiStubDefaultImpl.java [deleted file]
cps-ncmp-rest-stub/src/test/java/org/onap/cps/TestApplication.java [deleted file]
cps-parent/pom.xml