Fixing untitled page title in documentation
This commit is contained in:
parent
1f8c94aee8
commit
90d845c3df
|
@ -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 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.
|
Spring Security provides a few `RequestBuilder` implementations that can be used to make testing easier.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
=== SecurityMockMvcResultHandlers
|
= SecurityMockMvcResultHandlers
|
||||||
|
|
||||||
Spring Security provides a few ``ResultHandler``s implementations.
|
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:
|
In order to use Spring Security's ``ResultHandler``s implementations ensure the following static import is used:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
== SecurityMockMvcResultMatchers
|
= SecurityMockMvcResultMatchers
|
||||||
|
|
||||||
At times it is desirable to make various security related assertions about a request.
|
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.
|
To accommodate this need, Spring Security Test support implements Spring MVC Test's `ResultMatcher` interface.
|
||||||
|
|
Loading…
Reference in New Issue