JUnit



Next requirement is to check for exceptional cases an throw. I use JUnits ExpectedException Rule to test exceptions and their message. I use more Java8 Streams features to check for the exceptional cases and to build the exception message. As always, I clean up after myself. ► All Kata Episodes: […]

String Calculator Kata 03 – Testing Exceptions (JUnit) & Streams ...