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 e74e928 commit 0109b6fCopy full SHA for 0109b6f
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