Given a mocked function, returns all the arguments the function has been called with as a list of lists.
Mocked function
List where each element represents a different time the function was called.
Given a mocked function, returns all the arguments the function has been called with as a list of lists.