spring-batch
spring-batch copied to clipboard
Incorrect reference to AbstractJobTests in documentation
The Testing Individual Steps section of the reference documentation refers to a non existent class AbstractJobTests:
[...]
The AbstractJobTests class contains a method called launchStep, which takes a step name and runs just that particular Step.
[...]
AbstractJobTests should be replaced with JobLauncherTestUtils.