Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredspringrestdocs.withwebtestclient
/
MyUsersDocumentationTests
My
Users
Documentation
Tests
@
WebFluxTest
@
AutoConfigureRestDocs
class
MyUsersDocumentationTests
(
@
Autowired
val
webTestClient
:
WebTestClient
)
Members
Constructors
My
Users
Documentation
Tests
Link copied to clipboard
constructor
(
@
Autowired
webTestClient
:
WebTestClient
)
Properties
web
Test
Client
Link copied to clipboard
val
webTestClient
:
WebTestClient
Functions
list
Users
Link copied to clipboard
@
Test
fun
listUsers
(
)