Merge branch '6.0.x'
This commit is contained in:
@@ -40,9 +40,8 @@ import java.util.function.Consumer
|
||||
*
|
||||
* @author DongHyeon Kim
|
||||
* @author Sebastien Deleuze
|
||||
*
|
||||
*/
|
||||
class KotlinWebClientHttpServiceProxyTests {
|
||||
class WebClientHttpServiceProxyKotlinTests {
|
||||
|
||||
private lateinit var server: MockWebServer
|
||||
|
||||
@@ -42,7 +42,12 @@ import java.lang.reflect.Method
|
||||
import java.time.Duration
|
||||
import kotlin.reflect.jvm.javaMethod
|
||||
|
||||
class KotlinInvocableHandlerMethodTests {
|
||||
/**
|
||||
* Kotlin unit tests for [InvocableHandlerMethod].
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
class InvocableHandlerMethodKotlinTests {
|
||||
|
||||
private var exchange = MockServerWebExchange.from(get("http://localhost:8080/path"))
|
||||
|
||||
@@ -40,11 +40,11 @@ import java.time.Duration
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Kotlin unit tests for {@link AbstractMessageWriterResultHandler}.
|
||||
* Kotlin unit tests for [AbstractMessageWriterResultHandler].
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
class KotlinMessageWriterResultHandlerTests {
|
||||
class MessageWriterResultHandlerKotlinTests {
|
||||
|
||||
private val resultHandler = initResultHandler()
|
||||
|
||||
Reference in New Issue
Block a user