| Name | Description | Type | Package | Framework | 
| AbstractJobTests | Base class for testing batch jobs. | Class | org.springframework.batch.test | Spring Batch | 
| AssertFile | This class can be used to assert that two files are the same. | Class | org.springframework.batch.test | Spring Batch | 
| DataSourceInitializer | Wrapper for a DataSource that can run scripts on start up and shutdown. | Class | org.springframework.batch.test | Spring Batch | 
| ExecutionContextTestUtils | Convenience class for accessing ExecutionContext values from job andSince:2. | Class | org.springframework.batch.test | Spring Batch | 
| JobLauncherTestUtils | Utility class for testing batch jobs. | Class | org.springframework.batch.test | Spring Batch | 
| JobRepositoryTestUtils | Convenience class for creating and removing JobExecution instancesfrom a database. | Class | org.springframework.batch.test | Spring Batch | 
| JobScopeTestExecutionListener | A TestExecutionListener that sets up job-scope context fordependency injection into unit tests. | Class | org.springframework.batch.test | Spring Batch | 
| JobScopeTestUtils | Utility class for creating and manipulating JobScope in unit tests. | Class | org.springframework.batch.test | Spring Batch | 
| JsrTestUtils | Provides testing utilities to execute JSR-352 jobs and block until they are complete (since all JSR-352 based jobsare executed asynchronously). | Class | org.springframework.batch.test | Spring Batch | 
| MetaDataInstanceFactory | Convenience methods for creating test instances of JobExecution,JobInstance and StepExecution. | Class | org.springframework.batch.test | Spring Batch | 
| StepRunner | Utility class for executing steps outside of a Job. | Class | org.springframework.batch.test | Spring Batch | 
| StepScopeTestExecutionListener | A TestExecutionListener that sets up step-scope context fordependency injection into unit tests. | Class | org.springframework.batch.test | Spring Batch | 
| StepScopeTestUtils | Utility class for creating and manipulating StepScope in unit tests. | Class | org.springframework.batch.test | Spring Batch |