package org.baeldung; import org.junit.Test; import com.baeldung.spring.bom.HelloWorldApp; public class SpringContextTest { @Test public final void testMain() throws Exception { HelloWorldApp.main(null); } }