PermanentMocker

class PermanentMocker(val stubRepo: StubRepository, val safeToString: SafeToString)

Constructors

Link copied to clipboard
fun PermanentMocker(stubRepo: StubRepository, safeToString: SafeToString)

Functions

Link copied to clipboard
fun mock(calls: List<<Error class: unknown class>>): List<<Error class: unknown class>>

Properties

Link copied to clipboard
val callRef: <Error class: unknown class>
Link copied to clipboard
val log: Logger
Link copied to clipboard
val permanentMocks: MutableMap<Any, Any>
Link copied to clipboard
val safeToString: SafeToString
Link copied to clipboard
val stubRepo: StubRepository