File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-batch-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public class SkipSampleFunctionalTests {
151
151
152
152
For complex batch jobs, test cases in the end-to-end testing approach may become
153
153
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`,
155
155
which takes a step name and runs just that particular `Step`. This approach allows for
156
156
more targeted tests letting the test set up data for only that step and to validate its
157
157
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