package one; import org.junit.Assert; import org.junit.Test; public class Foo2Test { // static private final Logger logger = // LoggerFactory.getLogger(PdfGenerationAmqpServiceInjectedTest.class); /** * */ @Test public void test2a() { // logger.debug("===== test starting..."); Assert.assertEquals(true, true); // logger.debug("===== test done."); } }