2018-03-06 10:24:13 -05:00
|
|
|
[[test]]
|
|
|
|
= Testing
|
2021-10-28 15:02:33 -04:00
|
|
|
:page-section-summary-toc: 1
|
2018-03-06 10:24:13 -05:00
|
|
|
|
|
|
|
This section describes the testing support provided by Spring Security.
|
|
|
|
|
|
|
|
To use the Spring Security test support, you must include `spring-security-test-{spring-security-version}.jar` as a dependency of your project.
|
|
|
|
|
2021-07-29 18:12:34 -04:00
|
|
|
At a high level Spring Security's test support provides integration for:
|
2018-03-06 10:24:13 -05:00
|
|
|
|