mockito-kotlin / com.nhaarman.mockitokotlin2 / 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.