toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in 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
(
)