File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-batch-docs/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ public class SkipSampleFunctionalTests {
170
170
171
171
For complex batch jobs, test cases in the end-to-end testing approach may become
172
172
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`,
174
174
which takes a step name and runs just that particular `Step`. This approach allows for
175
175
more targeted tests letting the test set up data for only that step and to validate its
176
176
results directly. The following example shows how to use the `launchStep` method to load a
You can’t perform that action at this time.
0 commit comments