Package-level declarations

Types

Link copied to clipboard
class MokkeryCallLogger(lineTransformer: (String) -> String = { it }, loggingFunction: (String) -> Unit = ::println) : MokkeryCallListener

Logs each mock call with loggingFunction. By default, the loggingFunction is println.

Functions

Link copied to clipboard

Returns json-like structure of obj details (tracked calls, configured answers etc.).

Link copied to clipboard

Prints mokkeryDebugString result for obj.