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
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.