@NonNullApi
Package org.springframework.batch.test.context
APIs for the configuration of Spring Batch test support.
- Author:
- Mahmoud Ben Hassine
Class Summary Class Description BatchTestContextCustomizer ContextCustomizerimplementation that adds batch test utility classes (JobLauncherTestUtilsandJobRepositoryTestUtils) as beans in the test context.BatchTestContextCustomizerFactory Factory forBatchTestContextCustomizer.Annotation Types Summary Annotation Type Description SpringBatchTest Annotation that can be specified on a test class that runs Spring Batch based tests.