We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284c051 commit 93f4b9cCopy full SHA for 93f4b9c
spring-batch-docs/modules/ROOT/pages/testing.adoc
@@ -4,7 +4,7 @@
4
5
As with other application styles, it is extremely important to unit test any code written
6
as part of a batch job. The Spring core documentation covers how to unit and integration
7
-test with Spring in great detail, so it is not be repeated here. It is important, however,
+test with Spring in great detail, so it will not be repeated here. It is important, however,
8
to think about how to "`end to end`" test a batch job, which is what this chapter covers.
9
The `spring-batch-test` project includes classes that facilitate this end-to-end test
10
approach.
0 commit comments