import "github.com/ubclaunchpad/inertia/daemon/inertiad/notify/mocks"
Code generated by counterfeiter. DO NOT EDIT.
type FakeNotifier struct { IsEqualStub func(notify.Notifier) bool NotifyStub func(string, notify.Options) error // contains filtered or unexported fields }
func (fake *FakeNotifier) Invocations() map[string][][]interface{}
func (fake *FakeNotifier) IsEqual(arg1 notify.Notifier) bool
func (fake *FakeNotifier) IsEqualArgsForCall(i int) notify.Notifier
func (fake *FakeNotifier) IsEqualCallCount() int
func (fake *FakeNotifier) IsEqualCalls(stub func(notify.Notifier) bool)
func (fake *FakeNotifier) IsEqualReturns(result1 bool)
func (fake *FakeNotifier) IsEqualReturnsOnCall(i int, result1 bool)
func (fake *FakeNotifier) NotifyCallCount() int
func (fake *FakeNotifier) NotifyReturns(result1 error)
func (fake *FakeNotifier) NotifyReturnsOnCall(i int, result1 error)
Package mocks imports 2 packages (graph). Updated 2021-01-28. Refresh now. Tools for package owners.