Recording Log Appender for Java Unit Testing
A short post about a simple Java Utility class to help out in Unit Testing the proper functioning of log statements in code under test.
A short post about a simple Java Utility class to help out in Unit Testing the proper functioning of log statements in code under test.
At the office, we have quite a bunch of Java developers. However, because we are quickly growing (way, way, way too quick in my opinion), there was an intake exam created, as part of sourcing in new Java coders from external companies. One of the questions on the intake was an interesting one, so we took it upon ourselves (the existing oldies) to try creating not the most beautiful, but the FASTEST way to get the job done 😉 See…