Rename utils-test testXxx() methods 43/32143/2
authorJim Hahn <jrh3@att.com>
Mon, 19 Feb 2018 15:24:33 +0000 (10:24 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 19 Feb 2018 22:47:55 +0000 (17:47 -0500)
commit54800b25c8bcb27725c559e5fe7329dc46daf1a0
treeb8f63ad06704705402bb43b96dd4aee20059ec54
parent19d3bfa5a1e6f69cde7a5e814b1975330249dcd0
Rename utils-test testXxx() methods

Fixed sonar complaints about the testXxx_Yyy() methods in the
XxxTester classes.  In most cases, they were renamed to testYyy().
The top-level method, test(), was not renamed so-as not to break
existing tests that already depend on it.

Renamed testStringConstuctor() to testString().

Change-Id: I00e8993c71fa9d9cb83bea82276d9706dd0e7c45
Issue-ID: POLICY-246
Signed-off-by: Jim Hahn <jrh3@att.com>
utils-test/src/main/java/org/onap/policy/common/utils/test/ErrorsTester.java
utils-test/src/main/java/org/onap/policy/common/utils/test/ExceptionsTester.java
utils-test/src/main/java/org/onap/policy/common/utils/test/ThrowablesTester.java
utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java
utils-test/src/test/java/org/onap/policy/common/utils/test/ErrorsTesterTest.java
utils-test/src/test/java/org/onap/policy/common/utils/test/ThrowablesTesterTest.java