# 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)