aboutsummaryrefslogtreecommitdiffstats
path: root/utils-test
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-28 14:37:44 -0400
committerJim Hahn <jrh3@att.com>2020-09-28 16:55:12 -0400
commit1e39e2bf48a7122aec00792cf43672a46ae9fa65 (patch)
tree95b9bd3000eef08a7ef49184a562bd077a035f24 /utils-test
parentfa868f63c30bf33fc90b5173dba0df5ccdc90219 (diff)
New sonars in policy-common
Addressed the following sonars: - too many assertions in a test case - use parameterized test method Disabled production sonars for util-test, as the entire module is only used for testing other modules. Issue-ID: POLICY-2650-sonar Change-Id: If49775a6c95855dcd9601ee0d833bb00741b1550 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils-test')
-rw-r--r--utils-test/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index f1fd8444..86800055 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -33,6 +33,9 @@
<properties>
<powermock.version>2.0.4</powermock.version>
+
+ <!-- this whole module is test code -->
+ <sonar.tests>src/main,src/test</sonar.tests>
</properties>
<dependencies>