Package-level declarations

Functions

Link copied to clipboard

Creates a ParameterizedTypeMatcher for a specific Class type with the given type arguments.

fun KClass<*>.parameterizedBy(vararg arguments: TypeMatcher): <Error class: unknown class>

Creates a ParameterizedTypeMatcher for a specific KClass.java type with the given type arguments.

Link copied to clipboard

Converts a Class to a ClassTypeMatcher.

fun KClass<*>.toTypeMatcher(): <Error class: unknown class>

Converts a KClass.java to a ClassTypeMatcher.

Link copied to clipboard

Creates a TypeMatcher for a specific class type.