Add junit coverage to request handler exceptions 55/37555/2
authorLori Keighron <lk2924@att.com>
Wed, 21 Mar 2018 18:37:21 +0000 (14:37 -0400)
committerTakamune Cho <tc012c@att.com>
Wed, 21 Mar 2018 19:16:21 +0000 (19:16 +0000)
commit9b9d9cd2fc1bca099680dbccc64479669c0c14cb
tree364c1ba2938c6f5e8dbe82a97689d289986526dd
parentf0d0ba473948c1af2c197d6a777872b653273200
Add junit coverage to request handler exceptions

Introduce 7 more junit-test files:
DGWorkflowNotFoundExceptionTest.java
LCMOperationsDisabledExceptionTest.java
MultipleRecordsRetrievedExceptionTest.java
NoRecordsRetrievedExceptionTest.java
RequestValidationExceptionTest.java
VNFNotFoundExceptionTest.java
WorkflowNotFoundExceptionTest.java

Issue-ID: APPC-773
Change-Id: I2e962a9614e3b17d77d2685e1055322531d832a1
Signed-off-by: Lori Keighron <lk2924@att.com>
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/DGWorkflowNotFoundExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/LCMOperationsDisabledExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/MultipleRecordsRetrievedExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/NoRecordsRetrievedExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/RequestValidationExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/VNFNotFoundExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/WorkflowNotFoundExceptionTest.java [new file with mode: 0644]