Package-level declarations

Types

Link copied to clipboard

Placeholder Collector for Proxies.

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T : Any> KMockContract.FunProxy<*, *>.getAllArgumentsBoxedByType(): List<List<T>>

Retrieves arguments for given type of FunProxy, while boxing them in sub lists for each call.

Link copied to clipboard
inline fun <T : Any> KMockContract.FunProxy<*, *>.getAllArgumentsByType(): List<T>

Retrieves arguments for given type of FunProxy.

Link copied to clipboard
inline fun <T : Any> KMockContract.FunProxy<*, *>.getArgumentsByType(callIndex: Int): List<T>

Retrieves arguments of a call at a given index for a given type of FunProxy.