Skip to content

Commit 061608f

Browse files
xiang66.lifmbenhassine
xiang66.li
authored andcommitted
Fix incorrect reference to AbstractJobTests in testing.adoc
Resolves #4182
1 parent f9db019 commit 061608f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class SkipSampleFunctionalTests {
170170

171171
For complex batch jobs, test cases in the end-to-end testing approach may become
172172
unmanageable. It these cases, it may be more useful to have test cases to test individual
173-
steps on their own. The `AbstractJobTests` class contains a method called `launchStep`,
173+
steps on their own. The `JobLauncherTestUtils` class contains a method called `launchStep`,
174174
which takes a step name and runs just that particular `Step`. This approach allows for
175175
more targeted tests letting the test set up data for only that step and to validate its
176176
results directly. The following example shows how to use the `launchStep` method to load a

0 commit comments

Comments
 (0)