package org.baeldung; import org.baeldung.batch.App; import org.junit.Test; public class SpringContextTest { @Test public final void testMain() throws Exception { App.main(null); } }