Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Function

Represents a Kotlin function.

Link copied to clipboard

Represents a function call with given args.

Link copied to clipboard
interface MokkeryContext

A set of MokkeryContext.Elements. It's used to provide any information/dependency Mokkery machinery. It works in the same way as kotlin.coroutines.CoroutineContext.

Properties

Link copied to clipboard

Return values of all FunctionCall.args.

Functions

Link copied to clipboard
inline fun <T> FunctionCall.argValue(index: Int): T

Returns CallArgument.value of argument at index from FunctionCall.args and expects that it is an instance of type T.