Add tests for uncovered FileWatcher code 64/83764/2
authormark.j.leonard <mark.j.leonard@gmail.com>
Fri, 29 Mar 2019 17:55:49 +0000 (17:55 +0000)
committerTian Lee <TianL@amdocs.com>
Wed, 3 Apr 2019 10:35:00 +0000 (10:35 +0000)
commit77565ad85e22807027c743d119fe9bcd92247de5
tree4cb37a21711c91a5239f55e61eaf1d381db72a04
parent6b52f93a1965dfadd55410a4231446c9fb374633
Add tests for uncovered FileWatcher code

Move the onChange() method so that it can be tested.

Change-Id: I8a011ae581a16cf31e9573e6d4c9b2fa1c858b8a
Issue-ID: AAI-2280
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
src/main/java/org/onap/aai/auth/AAIMicroServiceAuthCore.java
src/main/java/org/onap/aai/auth/AuthFileWatcher.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/TestAuthFileWatcher.java [new file with mode: 0644]