RESOLVED - BATCH-1048: Added site directory to src
This commit is contained in:
15
spring-batch-test/src/site/apt/changelog.apt
Normal file
15
spring-batch-test/src/site/apt/changelog.apt
Normal file
@@ -0,0 +1,15 @@
|
||||
Changelog: Spring Batch Test
|
||||
|
||||
* 2.0.0.RC1
|
||||
* BATCH-1049: Add compile scope to spring-test in spring-batch-test
|
||||
* BATCH-1048: Add site docos for the Test project
|
||||
|
||||
* 2.0.0.M4
|
||||
|
||||
* BATCH-1045: Move DataSourceInitializer to the test project's "main" folder
|
||||
* BATCH-1032: Modify AbstractJobTests in test project to be able to launch FlowJob steps individually
|
||||
|
||||
* 2.0.0.M3
|
||||
|
||||
* BATCH-933: AssertFile class for checking equality of files in unit tests
|
||||
* BATCH-903: Create test project
|
||||
22
spring-batch-test/src/site/apt/index.apt
Normal file
22
spring-batch-test/src/site/apt/index.apt
Normal file
@@ -0,0 +1,22 @@
|
||||
Spring Batch Test
|
||||
|
||||
* Overview
|
||||
|
||||
This module contains code for facilitating the testing of batch jobs. The project
|
||||
includes the following classes:
|
||||
|
||||
*----+----+
|
||||
| Class Name | Use |
|
||||
*----
|
||||
| AbstractJobTests | End-to-end batch job testing as well as testing individual steps |
|
||||
*----
|
||||
| AssertFile | Checking equality of flat files |
|
||||
*----
|
||||
| DataSourceInitializer | Wrapper for a DataSource that can run scripts on start up and shut down |
|
||||
*----
|
||||
| JobRepositoryTestUtils | Create and remove JobExecution instances from a database |
|
||||
*----
|
||||
| MetaDataInstanceFactory | Create test instances of JobExecution, JobInstance and StepExecution |
|
||||
*----
|
||||
| StepRunner | Execute steps outside of a Job |
|
||||
*----
|
||||
Reference in New Issue
Block a user