wrappermock

package
v0.0.0-...-cb288ec Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock_src is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockTODOOpWrapper

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

MockTODOOpWrapper is a mock of TODOOpWrapper interface

func NewMockTODOOpWrapper

func NewMockTODOOpWrapper(ctrl *gomock.Controller) *MockTODOOpWrapper

NewMockTODOOpWrapper creates a new mock instance

func (*MockTODOOpWrapper) Delete

func (m *MockTODOOpWrapper) Delete(tasklistid string, opts ...googleapi.CallOption) error

Delete mocks base method

func (*MockTODOOpWrapper) EXPECT

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

func (*MockTODOOpWrapper) Insert

func (m *MockTODOOpWrapper) Insert(tasklist *v1.TaskList, opts ...googleapi.CallOption) (*v1.TaskList, error)

Insert mocks base method

func (*MockTODOOpWrapper) List

func (m *MockTODOOpWrapper) List(maxCount int64, opts ...googleapi.CallOption) (*v1.TaskLists, error)

List mocks base method

func (*MockTODOOpWrapper) Update

func (m *MockTODOOpWrapper) Update(tasklistid string, tasklist *v1.TaskList, opts ...googleapi.CallOption) (*v1.TaskList, error)

Update mocks base method

type MockTODOOpWrapperMockRecorder

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

MockTODOOpWrapperMockRecorder is the mock recorder for MockTODOOpWrapper

func (*MockTODOOpWrapperMockRecorder) Delete

func (mr *MockTODOOpWrapperMockRecorder) Delete(tasklistid interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockTODOOpWrapperMockRecorder) Insert

func (mr *MockTODOOpWrapperMockRecorder) Insert(tasklist interface{}, opts ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockTODOOpWrapperMockRecorder) List

func (mr *MockTODOOpWrapperMockRecorder) List(maxCount interface{}, opts ...interface{}) *gomock.Call

List indicates an expected call of List

func (*MockTODOOpWrapperMockRecorder) Update

func (mr *MockTODOOpWrapperMockRecorder) Update(tasklistid, tasklist interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update

type MockTaskOpWrapper

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

MockTaskOpWrapper is a mock of TaskOpWrapper interface

func NewMockTaskOpWrapper

func NewMockTaskOpWrapper(ctrl *gomock.Controller) *MockTaskOpWrapper

NewMockTaskOpWrapper creates a new mock instance

func (*MockTaskOpWrapper) Delete

func (m *MockTaskOpWrapper) Delete(tasklistid, taskid string, opts ...googleapi.CallOption) error

Delete mocks base method

func (*MockTaskOpWrapper) EXPECT

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

func (*MockTaskOpWrapper) Insert

func (m *MockTaskOpWrapper) Insert(tasklistid string, task *v1.Task, opts ...googleapi.CallOption) (*v1.Task, error)

Insert mocks base method

func (*MockTaskOpWrapper) List

func (m *MockTaskOpWrapper) List(tasklistid string, opts ...googleapi.CallOption) (*v1.Tasks, error)

List mocks base method

func (*MockTaskOpWrapper) Update

func (m *MockTaskOpWrapper) Update(tasklistid, taskid string, task *v1.Task, opts ...googleapi.CallOption) (*v1.Task, error)

Update mocks base method

type MockTaskOpWrapperMockRecorder

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

MockTaskOpWrapperMockRecorder is the mock recorder for MockTaskOpWrapper

func (*MockTaskOpWrapperMockRecorder) Delete

func (mr *MockTaskOpWrapperMockRecorder) Delete(tasklistid, taskid interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockTaskOpWrapperMockRecorder) Insert

func (mr *MockTaskOpWrapperMockRecorder) Insert(tasklistid, task interface{}, opts ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockTaskOpWrapperMockRecorder) List

func (mr *MockTaskOpWrapperMockRecorder) List(tasklistid interface{}, opts ...interface{}) *gomock.Call

List indicates an expected call of List

func (*MockTaskOpWrapperMockRecorder) Update

func (mr *MockTaskOpWrapperMockRecorder) Update(tasklistid, taskid, task interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update

Jump to

Keyboard shortcuts

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