fkjellberg commented on code in PR #418:
URL: https://github.com/apache/commons-io/pull/418#discussion_r1064184381
##########
src/test/java/org/apache/commons/io/HexDumpTest.java:
##########
@@ -253,6 +253,16 @@ public void testDumpOutputStream() throws IOException {
// verify proper behavior with null stream
assertThrows(NullPointerException.class, () -> HexDump.dump(testArray,
0x10000000, null, 0));
+
Review Comment:
@garydgregory Thanks for the pointer. I was not aware of this test utility
class. Code updated.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]