BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 20 modules.. work in progress..)
This commit is contained in:
BIN
spring-batch/repository.sqlite
Normal file
BIN
spring-batch/repository.sqlite
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
package org.baeldung;
|
||||
|
||||
import org.baeldung.batch.App;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SpringContextIntegrationTest {
|
||||
|
||||
@Test
|
||||
public final void testMain() throws Exception {
|
||||
App.main(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user