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.autoconfiguredwebservices.server
/
MyWebServiceServerTests
My
Web
Service
Server
Tests
@
WebServiceServerTest
(
value
=
[
ExampleEndpoint::class
]
)
class
MyWebServiceServerTests
(
@
Autowired
val
client
:
MockWebServiceClient
)
Members
Constructors
My
Web
Service
Server
Tests
Link copied to clipboard
constructor
(
@
Autowired
client
:
MockWebServiceClient
)
Properties
client
Link copied to clipboard
val
client
:
MockWebServiceClient
Functions
mock
Server
Call
Link copied to clipboard
@
Test
fun
mockServerCall
(
)