get All Arguments Boxed By Type
inline fun <T : Any> KMockContract.FunProxy<*, *>.getAllArgumentsBoxedByType(): List<List<T>>
Content copied to clipboard
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