Fix incorrect reference to AbstractJobTests in testing.adoc
Resolves #4182
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
f9db019387
commit
061608f0bb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user