Fix Asciidoctor Warnings
- Fix "possible invalid reference" errors
- Add <filename>.adoc where necessary
- Remove invalid link to beans-servicelocator This section no longer exists
- Fix "skipping reference to missing attribute" errors
- Add pass macro to escape literals interpreted as attributes
- Add missing :api-spring-framework: attribute
- Remove invalid {JB} attribute
Closes gh-24427
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[[webtestclient]]
|
||||
= WebTestClient
|
||||
:doc-root: https://docs.spring.io
|
||||
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
||||
|
||||
`WebTestClient` is a thin shell around <<web-reactive.adoc#webflux-client, WebClient>>,
|
||||
using it to perform requests and exposing a dedicated, fluent API for verifying responses.
|
||||
|
||||
Reference in New Issue
Block a user