Fix assertTrue SONAR issues in apex-pdp 52/109852/2
authorJvD_Ericsson <jeff.van.dam@est.tech>
Mon, 6 Jul 2020 09:37:04 +0000 (10:37 +0100)
committerJvD_Ericsson <jeff.van.dam@est.tech>
Tue, 7 Jul 2020 08:24:52 +0000 (09:24 +0100)
commit5f64a68614acdc83f8dbc73df7700d63175ca9be
tree157179d4f0e5803bd5a441dae59f5255e95545fc
parent9519d1257b4fe4fbb68d3e9ab155de8ff0f13052
Fix assertTrue SONAR issues in apex-pdp

Replaced assertTrue with assertEquals and assertFalse with
assertNotEquals in apex-pdp auth

Issue-ID: POLICY-2690
Change-Id: Ica84f57f5a9048c33a2b641945a4376e60cf97c1
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
auth/cli-editor/src/test/java/org/onap/policy/apex/auth/clieditor/CommandLineCommandTest.java
auth/cli-editor/src/test/java/org/onap/policy/apex/auth/clieditor/CommandLineEditorScriptingTest.java
auth/cli-editor/src/test/java/org/onap/policy/apex/auth/clieditor/ContextAlbumsTest.java
auth/cli-editor/src/test/java/org/onap/policy/apex/auth/clieditor/FileMacroTest.java
auth/cli-editor/src/test/java/org/onap/policy/apex/auth/clieditor/LogicBlockTest.java