Add junits to request-handler-exception classes 55/37255/1
authorLori Keighron <lk2924@att.com>
Tue, 20 Mar 2018 21:03:35 +0000 (17:03 -0400)
committerLori Keighron <lk2924@att.com>
Tue, 20 Mar 2018 21:12:22 +0000 (17:12 -0400)
commitdda85044d9534f1fe17c6fcb3a28b54e20dcae29
tree5c5c51bff08fdff6b4303e309db486a01fe5b327
parente551a81ab48b77b5be881699b4176bbc337bbbce
Add junits to request-handler-exception classes

Introduce junit-tests for 3 request-handler-excetion classses

Issue-ID: APPC-769
Change-Id: I49f45ba50adccbfcc9725a7e458054e19f0c5efd
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/DuplicateRequestExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/MissingVNFDataInAAIExceptionTest.java [new file with mode: 0644]
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/exceptions/RequestExpiredExceptionTest.java [new file with mode: 0644]