Module org.junit.platform.commons
Package org.junit.platform.commons.util
Class KotlinReflectionUtils
java.lang.Object
org.junit.platform.commons.util.KotlinReflectionUtils
Internal Kotlin-specific reflection utilities
- Since:
- 5.13.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isKotlinInterfaceDefaultImplsClass
(Class<?> clazz) Determines whether the supplied class is aDefaultImpls
class generated by the Kotlin compiler.
-
Constructor Details
-
KotlinReflectionUtils
public KotlinReflectionUtils()
-
-
Method Details