Fix incorrect reference to AbstractJobTests in testing.adoc

Resolves #4182
This commit is contained in:
xiang66.li
2022-10-27 23:10:15 +08:00
committed by Mahmoud Ben Hassine
parent f9db019387
commit 061608f0bb

View File

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