New unit tests and sonar fixes 31/86631/6
authork.kedron <k.kedron@partner.samsung.com>
Tue, 30 Apr 2019 14:37:54 +0000 (16:37 +0200)
committerk.kedron <k.kedron@partner.samsung.com>
Tue, 4 Jun 2019 09:50:03 +0000 (11:50 +0200)
commit456cf4f6af9c22449dd4a39b1d13900fc38481c1
tree089617e97606dc4ecbc8529f0c1d4ee5546bb1d0
parentedae4aaca1bc65fa39d398e5a386c918ab7dde7a
New unit tests and sonar fixes

Assertion arguments should be passed in the correct order in:
 - CldsReferencePropertiesItCase
 - LoggingUtils
Remove of duplicate code in LoggingUtils.
Typo in README file.
Add LoggingUtilsTest unit test.

Change-Id: Iddc61877659e9d4308479451a7eb4901b3fc5ea8
Issue-ID: CLAMP-355
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
README.md
src/main/java/org/onap/clamp/clds/util/LoggingUtils.java
src/test/java/org/onap/clamp/clds/it/config/CldsReferencePropertiesItCase.java
src/test/java/org/onap/clamp/clds/util/LoggingUtilsTest.java [new file with mode: 0644]
src/test/resources/logback.xml [new file with mode: 0644]