Package org.springframework.batch.test.context
@NonNullApi
package org.springframework.batch.test.context
APIs for the configuration of Spring Batch test support.
- Author:
- Mahmoud Ben Hassine
-
ClassDescription
BeanPostProcessor
implementation that injects a job bean intoJobLauncherTestUtils
if there is a unique job bean.ContextCustomizer
implementation that adds batch test utility classes (JobLauncherTestUtils
andJobRepositoryTestUtils
) as beans in the test context.Factory forBatchTestContextCustomizer
.Annotation that can be specified on a test class that runs Spring Batch based tests.