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