Package org.springframework.batch.test
@NonNullApi
package org.springframework.batch.test
Utility classes for batch job/step testing.
- Author:
- Mahmoud Ben Hassine
-
ClassDescriptionThis class can be used to assert that two files are the same.Wrapper for a
DataSource
that can run scripts on start up and shut down.Convenience class for accessingExecutionContext
values from job and step executions.Utility class for testing batch jobs.Convenience class for creating and removingJobExecution
instances from a database.ATestExecutionListener
that sets up job-scope context for dependency injection into unit tests.Utility class for creating and manipulatingJobScope
in unit tests.Utility class for executing steps outside of aJob
.ATestExecutionListener
that sets up step-scope context for dependency injection into unit tests.Utility class for creating and manipulatingStepScope
in unit tests.