Package-level declarations

Types

Link copied to clipboard

Argument for a mocked method call. It is a combination of a parameter and value.

Link copied to clipboard
class Function

Represents a Kotlin function.

Link copied to clipboard

Represents a function call with given args.

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.