getAllArgumentsByType

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

Retrieves arguments for given type of FunProxy.

Return

List of T

Parameters

T

the type to look out for.

Throws

if there is no call recorded at given index