Fixing untitled page title in documentation

This commit is contained in:
Kevin2Jordan 2023-07-23 14:35:51 +05:30 committed by Steve Riesenberg
parent 1f8c94aee8
commit 90d845c3df
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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.