Skip to content

Commit 90d845c

Browse files
RahulKumarNitPsjohnr
authored andcommitted
Fixing untitled page title in documentation
1 parent 1f8c94a commit 90d845c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== SecurityMockMvcRequestBuilders
1+
= SecurityMockMvcRequestBuilders
22

33
Spring MVC Test also provides a `RequestBuilder` interface that can be used to create the `MockHttpServletRequest` used in your test.
44
Spring Security provides a few `RequestBuilder` implementations that can be used to make testing easier.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== SecurityMockMvcResultHandlers
1+
= SecurityMockMvcResultHandlers
22

33
Spring Security provides a few ``ResultHandler``s implementations.
44
In order to use Spring Security's ``ResultHandler``s implementations ensure the following static import is used:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== SecurityMockMvcResultMatchers
1+
= SecurityMockMvcResultMatchers
22

33
At times it is desirable to make various security related assertions about a request.
44
To accommodate this need, Spring Security Test support implements Spring MVC Test's `ResultMatcher` interface.

0 commit comments

Comments
 (0)