Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLaunchd ¶
type MockLaunchd struct {
// contains filtered or unexported fields
}
MockLaunchd is a mock of Launchd interface
func NewMockLaunchd ¶
func NewMockLaunchd(ctrl *gomock.Controller) *MockLaunchd
NewMockLaunchd creates a new mock instance
func (*MockLaunchd) EXPECT ¶
func (m *MockLaunchd) EXPECT() *MockLaunchdMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLaunchd) RemoveDaemon ¶
func (m *MockLaunchd) RemoveDaemon(arg0 launchd.DaemonSpec) error
RemoveDaemon mocks base method
type MockLaunchdMockRecorder ¶
type MockLaunchdMockRecorder struct {
// contains filtered or unexported fields
}
MockLaunchdMockRecorder is the mock recorder for MockLaunchd
func (*MockLaunchdMockRecorder) RemoveDaemon ¶
func (mr *MockLaunchdMockRecorder) RemoveDaemon(arg0 interface{}) *gomock.Call
RemoveDaemon indicates an expected call of RemoveDaemon
Click to show internal directories.
Click to hide internal directories.