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