|
|
|
@ -16,6 +16,8 @@
|
|
|
|
|
|
|
|
|
|
package org.springframework.boot.autoconfigure.batch;
|
|
|
|
|
|
|
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
|
|
|
|
|
|
|
import org.junit.Before;
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
import org.springframework.batch.core.Job;
|
|
|
|
@ -44,8 +46,6 @@ import org.springframework.context.annotation.Configuration;
|
|
|
|
|
import org.springframework.core.task.SyncTaskExecutor;
|
|
|
|
|
import org.springframework.transaction.PlatformTransactionManager;
|
|
|
|
|
|
|
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Tests for {@link JobLauncherCommandLineRunner}.
|
|
|
|
|
*
|
|
|
|
|