aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2018-02-20Increase junit coverage in ONAP-loggingJim Hahn4-0/+477
Added some junit tests to increase coverage of ONAP-logger. Many classes still need test cases. Also fixed some sonar issues: Returned interface instead of ConcurrentHashMap. Used EnumMap instead of HashMap. Used StringBuilder instead of StringBuffer. Replaced literals with constants. Replaced enum1.toString().equals(enum2.toString()) with enum1 == enum2 Updated license dates. Updated another license date. Change-Id: I777b6a913d7d03187a29dfeb817800b386ee23aa Issue-ID: POLICY-582 Signed-off-by: Jim Hahn <jrh3@att.com>