woldrich·6 anni fa·discussLog4J2 has a testing library that is pretty dope, you can use it to assert on log events and parameters passed and tweak your appenders so that you're not spamming the console while the test runs.Here's the coordinates in gradle:compile group: 'org.apache.logging.log4j', name: 'log4j-core', classifier: 'tests'
woldrich·7 anni fa·discussThe LibreOffice Draw app is capable and has become stable in the past year or so. I built a little papercraft Outside-In TDD training tool with it:https://github.com/Nike-Inc/tdd-training-cube
Here's the coordinates in gradle:
compile group: 'org.apache.logging.log4j', name: 'log4j-core', classifier: 'tests'