package
1.3.7
Repository: https://github.com/derision-test/go-mockgen.git
Documentation: pkg.go.dev

# 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.