You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-core/src/test/kotlin/org/springframework/core/AbstractReflectionParameterNameDiscovererKotlinTests.kt
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ abstract class AbstractReflectionParameterNameDiscovererKotlinTests(protected va
31
31
32
32
@Test
33
33
fungetParameterNamesOnInterface() {
34
-
val method =ReflectionUtils.findMethod(MessageService::class.java,"sendMessage", String::class.java)!!
34
+
val method =ReflectionUtils.findMethod(MessageService::class.java,"sendMessage", String::class.java)!!
35
35
val actualParams = parameterNameDiscoverer.getParameterNames(method)
36
36
assertThat(actualParams).contains("message")
37
37
}
@@ -41,7 +41,7 @@ abstract class AbstractReflectionParameterNameDiscovererKotlinTests(protected va
0 commit comments