Skip to content

testing.adoc: add link to SB core documentation #4806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spring-batch-docs/modules/ROOT/pages/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
= Unit Testing

As with other application styles, it is extremely important to unit test any code written
as part of a batch job. The Spring core documentation covers how to unit and integration
test with Spring in great detail, so it is not be repeated here. It is important, however,
as part of a batch job. The Spring core documentation covers link:$$https://docs.spring.io/spring-framework/reference/testing.html$$[how to unit and integration
test]. with Spring in great detail, so it is not be repeated here. It is important, however,
to think about how to "`end to end`" test a batch job, which is what this chapter covers.
The `spring-batch-test` project includes classes that facilitate this end-to-end test
approach.
Expand Down