Browse Source

Fixing untitled page title in documentation

pull/13846/head
Kevin2Jordan 2 years ago committed by Steve Riesenberg
parent
commit
90d845c3df
  1. 2
      docs/modules/ROOT/pages/servlet/test/mockmvc/request-builders.adoc
  2. 2
      docs/modules/ROOT/pages/servlet/test/mockmvc/result-handlers.adoc
  3. 2
      docs/modules/ROOT/pages/servlet/test/mockmvc/result-matchers.adoc

2
docs/modules/ROOT/pages/servlet/test/mockmvc/request-builders.adoc

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
== SecurityMockMvcRequestBuilders
= SecurityMockMvcRequestBuilders
Spring MVC Test also provides a `RequestBuilder` interface that can be used to create the `MockHttpServletRequest` used in your test.
Spring Security provides a few `RequestBuilder` implementations that can be used to make testing easier.

2
docs/modules/ROOT/pages/servlet/test/mockmvc/result-handlers.adoc

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
=== SecurityMockMvcResultHandlers
= SecurityMockMvcResultHandlers
Spring Security provides a few ``ResultHandler``s implementations.
In order to use Spring Security's ``ResultHandler``s implementations ensure the following static import is used:

2
docs/modules/ROOT/pages/servlet/test/mockmvc/result-matchers.adoc

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
== SecurityMockMvcResultMatchers
= SecurityMockMvcResultMatchers
At times it is desirable to make various security related assertions about a request.
To accommodate this need, Spring Security Test support implements Spring MVC Test's `ResultMatcher` interface.

Loading…
Cancel
Save