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:
 - 1.13.3
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisKotlinInterfaceDefaultImplsClass(Class<?> clazz) Determines whether the supplied class is aDefaultImplsclass generated by the Kotlin compiler. 
- 
Constructor Details
- 
KotlinReflectionUtils
public KotlinReflectionUtils() 
 - 
 - 
Method Details
- 
isKotlinInterfaceDefaultImplsClass
Determines whether the supplied class is aDefaultImplsclass generated by the Kotlin compiler.See Kotlin documentation for details.
 
 -