All Classes and Interfaces
Class
Description
BeanPostProcessor implementation that injects a job bean into
JobOperatorTestUtils if there is a unique job bean.ContextCustomizer implementation that adds batch test utility classes
(JobOperatorTestUtils and JobRepositoryTestUtils) as beans in the test
context.Factory for
BatchTestContextCustomizer.Convenience class for accessing
ExecutionContext values from job and step
executions.Deprecated, for removal: This API element is subject to removal in a future version.
Utility class for testing batch jobs.
Convenience class for creating and removing
JobExecution instances from a
database.A
TestExecutionListener that sets up job-scope context for dependency injection
into unit tests.Utility class for creating and manipulating
JobScope in unit tests.Convenience methods for creating test instances of
JobExecution,
JobInstance and StepExecution.Annotation that can be specified on a test class that runs Spring Batch based tests.
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0 in favor of
JobOperatorTestUtils.startStep(String, JobParameters, ExecutionContext).A
TestExecutionListener that sets up step-scope context for dependency
injection into unit tests.Utility class for creating and manipulating
StepScope in unit tests.
JobOperatorTestUtils.