devinsy-xml/test/one/Foo2Test.java

22 lines
321 B
Java
Raw Normal View History

2013-06-25 02:31:19 +02:00
package one;
import org.junit.Test;
public class Foo2Test
{
2013-06-26 16:40:18 +02:00
// static private final Logger logger =
2013-06-25 02:31:19 +02:00
// LoggerFactory.getLogger(PdfGenerationAmqpServiceInjectedTest.class);
/**
*
*/
@Test
public void test2a()
{
// logger.debug("===== test starting...");
// logger.debug("===== test done.");
}
}