package
2.0.1
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.
CalledAtNWith asserts that the mock function objects nth call was with a set of arguments matching the given call instance asserter.
CalledN 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.
NotCalledWith 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