HubertWo commented on a change in pull request #495:
URL: https://github.com/apache/commons-lang/pull/495#discussion_r505697116



##########
File path: src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
##########
@@ -1575,4 +1582,867 @@ public void compareByte() {
         assertEquals(0, NumberUtils.compare((byte) 113, (byte) 113));
         assertTrue(NumberUtils.compare((byte) 123, (byte) 32) > 0);
     }
+
+    @Test
+    void testIsZero() {

Review comment:
       What about splitting this to small tests instead of one long test?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to