A Good MUnit Test Has These 5 Parts

A Good MUnit Test Has These 5 Parts

When writing MUnit tests we can borrow a lot from what has been learned from writing effective unit tests using other tools, such as JUnit. The subject under test being a flow instead of a java method, is somewhat different so some interpretation is necessary....
Log4j2 SQS Appender

Log4j2 SQS Appender

Log4j2 SQS appender refers to a customized appender for log4j2. An appender is a log events destination. It can be simple (e.g. a console) or complex (e.g. an RDBMS). A layout determines the way logs are presented, while filters are used to filter data based on the...