index.adoc 302 B

12345678910111213
  1. [[test]]
  2. = Testing
  3. This section describes the testing support provided by Spring Security.
  4. [TIP]
  5. ====
  6. To use the Spring Security test support, you must include `spring-security-test-{spring-security-version}.jar` as a dependency of your project.
  7. ====
  8. include::method.adoc[]
  9. include::mockmvc.adoc[]