Added UT auth-deforg, code cov 61% 29/46429/1
authorYoussef Chawki <youssef.chawki@orange.com>
Mon, 7 May 2018 18:08:31 +0000 (20:08 +0200)
committerYoussef Chawki <youssef.chawki@orange.com>
Mon, 7 May 2018 18:08:31 +0000 (20:08 +0200)
commit174ec2eeb4ae929aaa2ccea0e8541dad7c4c28f2
tree0f31b5621dbeb4203fdeda5caadf095d9deda966
parent22a2996fa5d9edac9e8b7ffd276fda6b5a7b9b98
Added UT auth-deforg, code cov 61%

For those Unit tests,
I added the library "mock-javamail"
in order to test the "notify" function of
DefaultOrg.java.

Change-Id: I8894e2b6c264581be5d3c56b46600379f1d31f81
Issue-ID: AAF-239
Signed-off-by: Youssef Chawki <youssef.chawki@orange.com>
auth/auth-deforg/pom.xml
auth/auth-deforg/src/main/java/org/onap/aaf/org/DefaultOrg.java
auth/auth-deforg/src/main/java/org/onap/aaf/org/DefaultOrgIdentity.java
auth/auth-deforg/src/main/java/org/onap/aaf/org/DefaultOrgWarnings.java
auth/auth-deforg/src/main/java/org/onap/aaf/org/Identities.java
auth/auth-deforg/src/test/java/org/onap/aaf/org/test/JU_DefaultOrg.java
auth/auth-deforg/src/test/java/org/onap/aaf/org/test/JU_DefaultOrgIdentity.java
auth/auth-deforg/src/test/java/org/onap/aaf/org/test/JU_DefaultOrgWarnings.java
auth/auth-deforg/src/test/resources/identities.dat [new file with mode: 0644]
auth/auth-deforg/src/test/resources/identities.idx [new file with mode: 0644]
auth/auth-deforg/src/test/resources/test.txt [deleted file]