Documentation ¶
Overview ¶
Package lxAuditMocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIAudit ¶
type MockIAudit struct {
// contains filtered or unexported fields
}
MockIAudit is a mock of IAudit interface
func NewMockIAudit ¶
func NewMockIAudit(ctrl *gomock.Controller) *MockIAudit
NewMockIAudit creates a new mock instance
func (*MockIAudit) EXPECT ¶
func (m *MockIAudit) EXPECT() *MockIAuditMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIAudit) Log ¶
func (m *MockIAudit) Log(arg0 int, arg1, arg2, arg3 interface{}) chan bool
Log mocks base method
func (*MockIAudit) SetupAudit ¶
func (m *MockIAudit) SetupAudit() error
SetupAudit mocks base method
type MockIAuditMockRecorder ¶
type MockIAuditMockRecorder struct {
// contains filtered or unexported fields
}
MockIAuditMockRecorder is the mock recorder for MockIAudit
func (*MockIAuditMockRecorder) Log ¶
func (mr *MockIAuditMockRecorder) Log(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Log indicates an expected call of Log
func (*MockIAuditMockRecorder) SetupAudit ¶
func (mr *MockIAuditMockRecorder) SetupAudit() *gomock.Call
SetupAudit indicates an expected call of SetupAudit
Click to show internal directories.
Click to hide internal directories.