ConstructorMock

inner class ConstructorMock(    val cls: KClass<*>,     val recordPrivateCalls: Boolean,     argsStr: String = "")

Constructors

Link copied to clipboard
fun ConstructorMock(    cls: KClass<*>,     recordPrivateCalls: Boolean,     argsStr: String = "")

Functions

Link copied to clipboard
fun dispose()

Properties

Link copied to clipboard
val cancellations: MutableList<MockKCancellation>
Link copied to clipboard
val cls: KClass<*>
Link copied to clipboard
val name: String
Link copied to clipboard
val recordPrivateCalls: Boolean
Link copied to clipboard
val representativeMock: Any
Link copied to clipboard
val representativeStub: SpyKStub<Any>