2
0

index.adoc 528 B

1234567891011
  1. [[test]]
  2. = Testing
  3. This section describes the testing support provided by Spring Security.
  4. To use the Spring Security test support, you must include `spring-security-test-{spring-security-version}.jar` as a dependency of your project.
  5. At a high level Spring Security's test support provides integration for:
  6. * xref:servlet/test/method.adoc[Method Security] - provides test support for Spring Security's method security.
  7. * xref:servlet/test/mockmvc.adoc[MockMvc] - Provides test support to integrate with Spring's `MockMvc`.