BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 20 modules.. work in progress..)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.baeldung;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.baeldung.spring.bom.HelloWorldApp;
|
||||
|
||||
public class SpringContextIntegrationTest {
|
||||
|
||||
@Test
|
||||
public final void testMain() throws Exception {
|
||||
HelloWorldApp.main(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user