Consistent separation between chapters and after chapter titles
This commit is contained in:
@@ -10,6 +10,7 @@ without the need for an HTTP server.
|
||||
|
||||
|
||||
|
||||
|
||||
[[webtestclient-setup]]
|
||||
== Setup
|
||||
|
||||
@@ -18,6 +19,7 @@ Effectively you either configure a WebFlux application to bind to, or use absolu
|
||||
to connect to a running server.
|
||||
|
||||
|
||||
|
||||
[[webtestclient-controller-config]]
|
||||
=== Bind to controller
|
||||
|
||||
@@ -35,6 +37,7 @@ without an HTTP server using mock request and response objects. There are more m
|
||||
on the builder to customize the default WebFlux Java config.
|
||||
|
||||
|
||||
|
||||
[[webtestclient-fn-config]]
|
||||
=== Bind to RouterFunction
|
||||
|
||||
@@ -53,6 +56,7 @@ The resulting WebFlux application will be tested without an HTTP server using mo
|
||||
request and response objects.
|
||||
|
||||
|
||||
|
||||
[[webtestclient-context-config]]
|
||||
=== Bind to ApplicationContext
|
||||
|
||||
@@ -90,6 +94,7 @@ resulting WebFlux application will be tested without an HTTP server using mock r
|
||||
and response objects.
|
||||
|
||||
|
||||
|
||||
[[webtestclient-server-config]]
|
||||
=== Bind to server
|
||||
|
||||
@@ -284,6 +289,3 @@ from the `reactor-test` module to do that, for example:
|
||||
.thenCancel()
|
||||
.verify();
|
||||
----
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user