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

# Functions

Called asserts that the mock function object was called at least once.
CalledOnce asserts that the mock function object was called exactly n times.
CalledNWith asserts that the mock function object was called exactly n times with a set of arguments matching the given mockassertion function.
CalledOnce asserts that the mock function object was called exactly once.
CalledOnceWith asserts that the mock function object was called exactly once with a set of arguments matching the given mockassertion function.
CalledWith asserts that the mock function object was called at least once with a set of arguments matching the given mockassertion function.
NotCalled asserts that the mock function object was not called.
CalledWith asserts that the mock function object was not called with a set of arguments matching the given mockassertion function.

# Variables

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author