renamed test and corresponding text context
This commit is contained in:
committed by
Michael Minella
parent
85c1d06a7d
commit
8ae4cae14a
@@ -8,12 +8,14 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.batch.core.step.AbstractStep;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.test.annotation.DirtiesContext;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
@DirtiesContext
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@ContextConfiguration
|
||||
public class AbstractStepParserTest {
|
||||
public class TaskletStepAllowStartIfCompleteTest {
|
||||
|
||||
@Resource
|
||||
private ApplicationContext context;
|
||||
Reference in New Issue
Block a user