Merge branch '6.0.x'

This commit is contained in:
Sébastien Deleuze
2023-07-08 11:11:37 +02:00
27 changed files with 81 additions and 60 deletions

View File

@@ -40,9 +40,8 @@ import java.util.function.Consumer
*
* @author DongHyeon Kim
* @author Sebastien Deleuze
*
*/
class KotlinWebClientHttpServiceProxyTests {
class WebClientHttpServiceProxyKotlinTests {
private lateinit var server: MockWebServer

View File

@@ -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"))

View File

@@ -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()