import org.junit.Test; /** * Application test */ public class AppTest { @Test public void test() { String[] args = {}; App.main(args); } }