Add more junits to auth-batch 80/78680/3
authorSai Gandham <sg481n@att.com>
Mon, 18 Feb 2019 15:30:05 +0000 (09:30 -0600)
committerSai Gandham <sg481n@att.com>
Wed, 20 Feb 2019 15:27:46 +0000 (09:27 -0600)
commit3ceb063fb173412ad0f499ec07a753f678a80232
tree086b6915f3e96325b690e9c62be0b240da5551fe
parent502e3991f592b334f8ffb12780eccebbbaf2e261
Add more junits to auth-batch

Issue-ID: AAF-111
Change-Id: I4159ef44c88af6d80da0243d6532f9e422ae6f12
Signed-off-by: Sai Gandham <sg481n@att.com>
12 files changed:
auth/auth-batch/file [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_ActionDAO.java
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_CacheTouch.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_RoleCreate.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_RoleDeleteTest.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URAdd.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URDelete.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URFutureApproveExec.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URModify.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URPunt.java [new file with mode: 0644]
cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/v2_0/JU_AAFAuthn.java [new file with mode: 0644]
cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/v2_0/JU_AAFSingleLocator.java [new file with mode: 0644]