add JUnit test in client deployment and client full 85/92785/4
authorning.xi <ning.xi@est.tech>
Tue, 13 Aug 2019 05:20:20 +0000 (05:20 +0000)
committerning.xi <ning.xi@est.tech>
Tue, 13 Aug 2019 05:20:20 +0000 (05:20 +0000)
commitc678c3a22f7761928f4be8e4f82f2f3c7ea417db
tree15679e12025af9a056208ff9879250b7ce458d25
parent6203d19345c38dbfb6136ea6754bb11ca09fa90b
add JUnit test in client deployment and client full

Issue-ID: POLICY-1962
Change-Id: Ic10b0edc9364624161f71935f51f4411fe67c882
Signed-off-by: ning.xi <ning.xi@est.tech>
15 files changed:
client/client-deployment/pom.xml
client/client-deployment/src/main/java/org/onap/policy/apex/client/deployment/rest/ApexDeploymentRestResource.java
client/client-deployment/src/main/java/org/onap/policy/apex/client/deployment/rest/ParameterCheck.java
client/client-deployment/src/main/resources/webapp/resources/models/SmallModel.json [new file with mode: 0644]
client/client-deployment/src/test/java/org/onap/policy/apex/client/deployment/rest/DeploymentExceptionTest.java [new file with mode: 0644]
client/client-deployment/src/test/java/org/onap/policy/apex/client/deployment/rest/DeploymentRestMainTest.java [new file with mode: 0644]
client/client-deployment/src/test/java/org/onap/policy/apex/client/deployment/rest/DeploymentRestParameterTest.java [new file with mode: 0644]
client/client-deployment/src/test/java/org/onap/policy/apex/client/deployment/rest/ParameterCheckTest.java [new file with mode: 0644]
client/client-deployment/src/test/java/org/onap/policy/apex/client/deployment/rest/RestResourceTest.java [new file with mode: 0644]
client/client-full/pom.xml
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ParameterCheck.java
client/client-full/src/test/java/org/onap/policy/apex/client/full/rest/ParameterCheckTest.java [new file with mode: 0644]
client/client-full/src/test/java/org/onap/policy/apex/client/full/rest/ServicesExceptionTest.java [new file with mode: 0644]
client/client-full/src/test/java/org/onap/policy/apex/client/full/rest/ServicesRestMainTest.java [new file with mode: 0644]
client/client-full/src/test/java/org/onap/policy/apex/client/full/rest/ServicesRestParameterTest.java [new file with mode: 0644]