I\'m having Standalone spring batch job. This works perfectly fine when in JUNIT
@RunWith(SpringJUnit4ClassRunner.class) //@SpringApplicationConfiguration(cl
Simply adding @SpringBatchTest on your test class should works.
@SpringBatchTest