Class KotlinReflectionUtils
java.lang.Object
org.junit.platform.commons.util.KotlinReflectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Type
static Parameter[]
static Class<?>[]
static Class
<?> static @Nullable Object
invokeKotlinSuspendingFunction
(Method method, @Nullable Object target, @Nullable Object[] args) static boolean
isKotlinInterfaceDefaultImplsClass
(Class<?> clazz) Determines whether the supplied class is aDefaultImpls
class generated by the Kotlin compiler.static boolean
isKotlinSuspendingFunction
(Method method)
-
Method Details
-
isKotlinSuspendingFunction
-
isKotlinInterfaceDefaultImplsClass
-
getKotlinSuspendingFunctionReturnType
-
getKotlinSuspendingFunctionGenericReturnType
-
getKotlinSuspendingFunctionParameters
-
getKotlinSuspendingFunctionParameterTypes
-
invokeKotlinSuspendingFunction
-