MissingStub

class MissingStub(message: String) : MockError

Indicates that a Proxy is missing a defined behaviour.

Author

Matthias Geisler

Parameters

message

the given error message.

Constructors

MissingStub
Link copied to clipboard
common
fun MissingStub(message: String)
the given error message.

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?