Consistent separation between chapters and after chapter titles

This commit is contained in:
Juergen Hoeller
2017-10-18 20:24:17 +02:00
parent 9df6f3e6b8
commit a3eeda99e0
27 changed files with 996 additions and 740 deletions

View File

@@ -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();
----