lxGoLibMocks

package
v0.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package lxGoLibMocks is a generated GoMock package.

Package lxGoLibMocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIBaseDb added in v0.1.4

type MockIBaseDb struct {
	// contains filtered or unexported fields
}

MockIBaseDb is a mock of IBaseDb interface

func NewMockIBaseDb added in v0.1.4

func NewMockIBaseDb(ctrl *gomock.Controller) *MockIBaseDb

NewMockIBaseDb creates a new mock instance

func (*MockIBaseDb) Create added in v0.1.4

func (m *MockIBaseDb) Create(arg0 interface{}) error

Create mocks base method

func (*MockIBaseDb) Delete added in v0.1.4

func (m *MockIBaseDb) Delete(arg0 interface{}) error

Delete mocks base method

func (*MockIBaseDb) DeleteAll added in v0.1.4

func (m *MockIBaseDb) DeleteAll(arg0 interface{}) (db.ChangeInfo, error)

DeleteAll mocks base method

func (*MockIBaseDb) EXPECT added in v0.1.4

func (m *MockIBaseDb) EXPECT() *MockIBaseDbMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIBaseDb) GetAll added in v0.1.4

func (m *MockIBaseDb) GetAll(arg0, arg1 interface{}, arg2 *db.Options) (int, error)

GetAll mocks base method

func (*MockIBaseDb) GetCount added in v0.1.4

func (m *MockIBaseDb) GetCount(arg0 interface{}) (int, error)

GetCount mocks base method

func (*MockIBaseDb) GetOne added in v0.1.4

func (m *MockIBaseDb) GetOne(arg0, arg1 interface{}) error

GetOne mocks base method

func (*MockIBaseDb) Setup added in v0.1.4

func (m *MockIBaseDb) Setup(arg0 interface{}) error

Setup mocks base method

func (*MockIBaseDb) Update added in v0.1.4

func (m *MockIBaseDb) Update(arg0, arg1 interface{}) error

Update mocks base method

func (*MockIBaseDb) UpdateAll added in v0.1.4

func (m *MockIBaseDb) UpdateAll(arg0, arg1 interface{}) (db.ChangeInfo, error)

UpdateAll mocks base method

type MockIBaseDbMockRecorder added in v0.1.4

type MockIBaseDbMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBaseDbMockRecorder is the mock recorder for MockIBaseDb

func (*MockIBaseDbMockRecorder) Create added in v0.1.4

func (mr *MockIBaseDbMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockIBaseDbMockRecorder) Delete added in v0.1.4

func (mr *MockIBaseDbMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockIBaseDbMockRecorder) DeleteAll added in v0.1.4

func (mr *MockIBaseDbMockRecorder) DeleteAll(arg0 interface{}) *gomock.Call

DeleteAll indicates an expected call of DeleteAll

func (*MockIBaseDbMockRecorder) GetAll added in v0.1.4

func (mr *MockIBaseDbMockRecorder) GetAll(arg0, arg1, arg2 interface{}) *gomock.Call

GetAll indicates an expected call of GetAll

func (*MockIBaseDbMockRecorder) GetCount added in v0.1.4

func (mr *MockIBaseDbMockRecorder) GetCount(arg0 interface{}) *gomock.Call

GetCount indicates an expected call of GetCount

func (*MockIBaseDbMockRecorder) GetOne added in v0.1.4

func (mr *MockIBaseDbMockRecorder) GetOne(arg0, arg1 interface{}) *gomock.Call

GetOne indicates an expected call of GetOne

func (*MockIBaseDbMockRecorder) Setup added in v0.1.4

func (mr *MockIBaseDbMockRecorder) Setup(arg0 interface{}) *gomock.Call

Setup indicates an expected call of Setup

func (*MockIBaseDbMockRecorder) Update added in v0.1.4

func (mr *MockIBaseDbMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockIBaseDbMockRecorder) UpdateAll added in v0.1.4

func (mr *MockIBaseDbMockRecorder) UpdateAll(arg0, arg1 interface{}) *gomock.Call

UpdateAll indicates an expected call of UpdateAll

type MockICrypt

type MockICrypt struct {
	// contains filtered or unexported fields
}

MockICrypt is a mock of ICrypt interface

func NewMockICrypt

func NewMockICrypt(ctrl *gomock.Controller) *MockICrypt

NewMockICrypt creates a new mock instance

func (*MockICrypt) ComparePassword

func (m *MockICrypt) ComparePassword(arg0, arg1 string) error

ComparePassword mocks base method

func (*MockICrypt) EXPECT

func (m *MockICrypt) EXPECT() *MockICryptMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockICrypt) GeneratePassword

func (m *MockICrypt) GeneratePassword(arg0 string) (string, error)

GeneratePassword mocks base method

type MockICryptMockRecorder

type MockICryptMockRecorder struct {
	// contains filtered or unexported fields
}

MockICryptMockRecorder is the mock recorder for MockICrypt

func (*MockICryptMockRecorder) ComparePassword

func (mr *MockICryptMockRecorder) ComparePassword(arg0, arg1 interface{}) *gomock.Call

ComparePassword indicates an expected call of ComparePassword

func (*MockICryptMockRecorder) GeneratePassword

func (mr *MockICryptMockRecorder) GeneratePassword(arg0 interface{}) *gomock.Call

GeneratePassword indicates an expected call of GeneratePassword

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL