servlet-test.md 758 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Testing

This section describes the testing support provided by Spring Security.

To use the Spring Security test support, you must include `spring-security-test-5.6.2.jar` as a dependency of your project.

At a high level Spring Security’s test support provides integration for:

## Section Summary

* [Method Security](method.html)
* [MockMvc Support](mockmvc/index.html)
* [MockMvc Setup](mockmvc/setup.html)
* [Security RequestPostProcessors](mockmvc/request-post-processors.html)
* [Security RequestBuilders](mockmvc/request-builders.html)
* [Security ResultMatchers](mockmvc/result-matchers.html)
* [Security ResultHandlers](mockmvc/result-handlers.html)

[Namespace Configuration](../configuration/xml-namespace.html)[Method Security](method.html)