diff options
author | Youssef Chawki <youssef.chawki@orange.com> | 2018-05-07 20:08:31 +0200 |
---|---|---|
committer | Youssef Chawki <youssef.chawki@orange.com> | 2018-05-07 20:08:31 +0200 |
commit | 174ec2eeb4ae929aaa2ccea0e8541dad7c4c28f2 (patch) | |
tree | 0f31b5621dbeb4203fdeda5caadf095d9deda966 /auth/auth-deforg/src/test/resources | |
parent | 22a2996fa5d9edac9e8b7ffd276fda6b5a7b9b98 (diff) |
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>
Diffstat (limited to 'auth/auth-deforg/src/test/resources')
-rw-r--r-- | auth/auth-deforg/src/test/resources/identities.dat | 7 | ||||
-rw-r--r-- | auth/auth-deforg/src/test/resources/identities.idx | bin | 0 -> 56 bytes | |||
-rw-r--r-- | auth/auth-deforg/src/test/resources/test.txt | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/auth/auth-deforg/src/test/resources/identities.dat b/auth/auth-deforg/src/test/resources/identities.dat new file mode 100644 index 00000000..98bf99a3 --- /dev/null +++ b/auth/auth-deforg/src/test/resources/identities.dat @@ -0,0 +1,7 @@ +iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e| +mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna +bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager +mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager +ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager +iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager +osaaf|ID of AAF|||||a|bdevl diff --git a/auth/auth-deforg/src/test/resources/identities.idx b/auth/auth-deforg/src/test/resources/identities.idx Binary files differnew file mode 100644 index 00000000..78fc0a56 --- /dev/null +++ b/auth/auth-deforg/src/test/resources/identities.idx diff --git a/auth/auth-deforg/src/test/resources/test.txt b/auth/auth-deforg/src/test/resources/test.txt deleted file mode 100644 index e69de29b..00000000 --- a/auth/auth-deforg/src/test/resources/test.txt +++ /dev/null |