@NonNullApi
See: Description
Class | Description |
---|---|
AbstractJobTests | Deprecated
(from 2.1) use
JobLauncherTestUtils instead |
AssertFile |
This class can be used to assert that two files are the same.
|
DataSourceInitializer |
Wrapper for a
DataSource that can run scripts on start up and shut
down. |
ExecutionContextTestUtils |
Convenience class for accessing
ExecutionContext values from job and
step executions. |
JobLauncherTestUtils |
Utility class for testing batch jobs.
|
JobRepositoryTestUtils |
Convenience class for creating and removing
JobExecution instances
from a database. |
JobScopeTestExecutionListener |
A
TestExecutionListener that sets up job-scope context for
dependency injection into unit tests. |
JobScopeTestUtils |
Utility class for creating and manipulating
JobScope in unit tests. |
JsrTestUtils |
Provides testing utilities to execute JSR-352 jobs and block until they are complete (since all JSR-352 based jobs
are executed asynchronously).
|
MetaDataInstanceFactory | |
StepRunner |
Utility class for executing steps outside of a
Job . |
StepScopeTestExecutionListener |
A
TestExecutionListener that sets up step-scope context for
dependency injection into unit tests. |
StepScopeTestUtils |
Utility class for creating and manipulating
StepScope in unit tests. |