mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9249dc3d37
Closes gh-29522
9 lines
420 B
Plaintext
9 lines
420 B
Plaintext
[[testing-introduction]]
|
|
= Introduction to Spring Testing
|
|
|
|
Testing is an integral part of enterprise software development. This chapter focuses on
|
|
the value added by the IoC principle to <<unit-testing, unit testing>> and on the benefits
|
|
of the Spring Framework's support for <<integration-testing, integration testing>>. (A
|
|
thorough treatment of testing in the enterprise is beyond the scope of this reference
|
|
manual.)
|