File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-batch-docs/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The test method begins by setting up the database with test data. It clears the
7070table and then inserts 10 new records. The test then launches the `Job` by using the
7171`startJob()` method. The `startJob()` method is provided by the `JobOperatorTestUtils`
7272class. The `JobOperatorTestUtils` class also provides the `startJob(JobParameters)`
73- method, which lets the test give particular parameters. The `srartJob ()` method
73+ method, which lets the test give particular parameters. The `startJob ()` method
7474returns the `JobExecution` object, which is useful for asserting particular information
7575about the `Job` run. In the following case, the test verifies that the `Job` ended with
7676a status of `COMPLETED`.
You can’t perform that action at this time.
0 commit comments