Package org.junit.platform.commons.util
Class KotlinReflectionUtils
- java.lang.Object
-
- org.junit.platform.commons.util.KotlinReflectionUtils
-
@API(status=INTERNAL, since="1.13.3") public class KotlinReflectionUtils extends java.lang.ObjectInternal Kotlin-specific reflection utilities- Since:
- 1.13.3
-
-
Constructor Summary
Constructors Constructor Description KotlinReflectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisKotlinInterfaceDefaultImplsClass(java.lang.Class<?> clazz)Determines whether the supplied class is aDefaultImplsclass generated by the Kotlin compiler.
-
-
-
Method Detail
-
isKotlinInterfaceDefaultImplsClass
public static boolean isKotlinInterfaceDefaultImplsClass(java.lang.Class<?> clazz)
Determines whether the supplied class is aDefaultImplsclass generated by the Kotlin compiler.See Kotlin documentation for details.
-
-