BATCH-63: renamed <task> and <chunk> to <simple-task> and <process-task>
This commit is contained in:
@@ -44,7 +44,7 @@ import org.springframework.test.util.ReflectionTestUtils;
|
||||
*/
|
||||
@ContextConfiguration
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class StepWithSimpleChunkJobParserTests {
|
||||
public class StepWithBasicProcessTaskJobParserTests {
|
||||
|
||||
@Autowired
|
||||
private Job job;
|
||||
@@ -26,7 +26,6 @@ import org.springframework.batch.core.BatchStatus;
|
||||
import org.springframework.batch.core.Job;
|
||||
import org.springframework.batch.core.JobExecution;
|
||||
import org.springframework.batch.core.JobParameters;
|
||||
import org.springframework.batch.core.StepExecutionListener;
|
||||
import org.springframework.batch.core.StepListener;
|
||||
import org.springframework.batch.core.repository.JobRepository;
|
||||
import org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean;
|
||||
@@ -45,7 +44,7 @@ import org.springframework.test.util.ReflectionTestUtils;
|
||||
*/
|
||||
@ContextConfiguration
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class StepWithFaultTolerantChunkJobParserTests {
|
||||
public class StepWithFaultTolerantProcessTaskJobParserTests {
|
||||
|
||||
@Autowired
|
||||
private Job job;
|
||||
@@ -39,7 +39,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
*/
|
||||
@ContextConfiguration
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class StepWithTaskJobParserTests {
|
||||
public class StepWithSimpleTaskJobParserTests {
|
||||
|
||||
@Autowired
|
||||
private Job job;
|
||||
Reference in New Issue
Block a user