testing_junit My note on testing with JUnit Capture the logger message in the program code and verify it in the test case. Packages Maven 3.5 Java 1.8 JUnit 4.12 slf4j 1.7.25 logback 1.2.3 Commands mvn clean mvn compile mvn test mvn package