nhojpatrick opened a new pull request #43: CODEC-285 Base32InputStreamTest testReadOutOfBounds URL: https://github.com/apache/commons-codec/pull/43 Follow up for PR https://github.com/apache/commons-codec/pull/39 From experience people write tests that don't check exceptions correctly, either they are not thrown, or a different than expected line throws that exception, or it's the wrong exception, or wrong message. Using assertAll and assertThrows to explicitly check the expected line throws the expected exception, and all done in parallel not sequentially.
---------------------------------------------------------------- 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] With regards, Apache Git Services
