# Functions
GetArgs returns the arguments from teh given mock function invocation.
GetCallHistory extracts the history from the given mock function and returns the set of call instances.
GetCallHistoryWith extracts the history from the given mock function and returns the set of call instances that match the given function.
# Interfaces
CallInstance holds the arguments and results of a single mock function call.