getAllArgumentsBoxedByType

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.

Return

List of List of T

Parameters

T

the type to look out for.

Throws

if there is no call recorded at given index