Ran
|
Files
79
|
Run time
4s
|
Badge
Embed ▾
README BADGES
|
travis-ci
StringUtilTest: rename isUnsignedPositiveInteger() to isNonZeroUnsignedInteger() Currently, StringUtilTest has a method named isUnsignedPositiveInteger. However, the method tested is actually named isNonZeroUnsignedInteger. This can cause confusion in the naming. It appears that, as early as #85 [1], the tested method was originally isUnsignedInteger(). However, the test method was named isUnsignedPositiveInteger() and was incorrect. Additionally, in #460 [2], the tested method was renamed to isNonZeroUnsignedInteger(), however the test was not renamed then. To maintain consistent naming convention, lets rename the test method to isNonZeroUnsignedInteger(). [1]: https://github.com/se-edu/addressbook-level4/commit/92bc32b63 [2]: https://github.com/se-edu/addressbook-level4/commit/0352e6b6e
1395 of 1488 relevant lines covered (93.75%)
0.94 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|