Skip to content

Commit c4289b4

Browse files
xiang66.lifmbenhassine
xiang66.li
authored andcommitted
Fix incorrect reference to AbstractJobTests in testing.adoc
Resolves #4182
1 parent 79df0b6 commit c4289b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/src/main/asciidoc/testing.adoc

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

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

0 commit comments

Comments
 (0)