mockito-kotlin / org.mockito.kotlin / UseConstructor

UseConstructor

class UseConstructor

Properties

args

val args: Array<Any>

Companion Object Functions

parameterless

fun parameterless(): UseConstructor

Invokes the parameterless constructor.

withArguments

fun withArguments(vararg arguments: Any): UseConstructor

Invokes a constructor with given arguments.