mocks

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) EXPECT

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

func (*MockInterface) Get

func (m *MockInterface) Get(arg0 *charm_v6.URL) (charm_v6.Charm, error)

Get mocks base method

func (*MockInterface) GetBundle

func (m *MockInterface) GetBundle(arg0 *charm_v6.URL) (charm_v6.Bundle, error)

GetBundle mocks base method

func (*MockInterface) Resolve

func (m *MockInterface) Resolve(arg0 *charm_v6.URL) (*charm_v6.URL, []string, error)

Resolve mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) Get

func (mr *MockInterfaceMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockInterfaceMockRecorder) GetBundle

func (mr *MockInterfaceMockRecorder) GetBundle(arg0 interface{}) *gomock.Call

GetBundle indicates an expected call of GetBundle

func (*MockInterfaceMockRecorder) Resolve

func (mr *MockInterfaceMockRecorder) Resolve(arg0 interface{}) *gomock.Call

Resolve indicates an expected call of Resolve

type MockState

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

MockState is a mock of State interface

func NewMockState

func NewMockState(ctrl *gomock.Controller) *MockState

NewMockState creates a new mock instance

func (*MockState) ControllerConfig

func (m *MockState) ControllerConfig() (controller.Config, error)

ControllerConfig mocks base method

func (*MockState) EXPECT

func (m *MockState) EXPECT() *MockStateMockRecorder

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

func (*MockState) Model

func (m *MockState) Model() (application.StateModel, error)

Model mocks base method

func (*MockState) ModelUUID

func (m *MockState) ModelUUID() string

ModelUUID mocks base method

func (*MockState) MongoSession

func (m *MockState) MongoSession() *mgo_v2.Session

MongoSession mocks base method

func (*MockState) PrepareStoreCharmUpload

func (m *MockState) PrepareStoreCharmUpload(arg0 *charm_v6.URL) (application.StateCharm, error)

PrepareStoreCharmUpload mocks base method

func (*MockState) UpdateUploadedCharm

func (m *MockState) UpdateUploadedCharm(arg0 state.CharmInfo) (*state.Charm, error)

UpdateUploadedCharm mocks base method

type MockStateCharm

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

MockStateCharm is a mock of StateCharm interface

func NewMockStateCharm

func NewMockStateCharm(ctrl *gomock.Controller) *MockStateCharm

NewMockStateCharm creates a new mock instance

func (*MockStateCharm) EXPECT

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

func (*MockStateCharm) IsUploaded

func (m *MockStateCharm) IsUploaded() bool

IsUploaded mocks base method

type MockStateCharmMockRecorder

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

MockStateCharmMockRecorder is the mock recorder for MockStateCharm

func (*MockStateCharmMockRecorder) IsUploaded

func (mr *MockStateCharmMockRecorder) IsUploaded() *gomock.Call

IsUploaded indicates an expected call of IsUploaded

type MockStateMockRecorder

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

MockStateMockRecorder is the mock recorder for MockState

func (*MockStateMockRecorder) ControllerConfig

func (mr *MockStateMockRecorder) ControllerConfig() *gomock.Call

ControllerConfig indicates an expected call of ControllerConfig

func (*MockStateMockRecorder) Model

func (mr *MockStateMockRecorder) Model() *gomock.Call

Model indicates an expected call of Model

func (*MockStateMockRecorder) ModelUUID

func (mr *MockStateMockRecorder) ModelUUID() *gomock.Call

ModelUUID indicates an expected call of ModelUUID

func (*MockStateMockRecorder) MongoSession

func (mr *MockStateMockRecorder) MongoSession() *gomock.Call

MongoSession indicates an expected call of MongoSession

func (*MockStateMockRecorder) PrepareStoreCharmUpload

func (mr *MockStateMockRecorder) PrepareStoreCharmUpload(arg0 interface{}) *gomock.Call

PrepareStoreCharmUpload indicates an expected call of PrepareStoreCharmUpload

func (*MockStateMockRecorder) UpdateUploadedCharm

func (mr *MockStateMockRecorder) UpdateUploadedCharm(arg0 interface{}) *gomock.Call

UpdateUploadedCharm indicates an expected call of UpdateUploadedCharm

type MockStateModel

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

MockStateModel is a mock of StateModel interface

func NewMockStateModel

func NewMockStateModel(ctrl *gomock.Controller) *MockStateModel

NewMockStateModel creates a new mock instance

func (*MockStateModel) EXPECT

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

func (*MockStateModel) ModelConfig

func (m *MockStateModel) ModelConfig() (*config.Config, error)

ModelConfig mocks base method

type MockStateModelMockRecorder

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

MockStateModelMockRecorder is the mock recorder for MockStateModel

func (*MockStateModelMockRecorder) ModelConfig

func (mr *MockStateModelMockRecorder) ModelConfig() *gomock.Call

ModelConfig indicates an expected call of ModelConfig

type MockStorage

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

MockStorage is a mock of Storage interface

func NewMockStorage

func NewMockStorage(ctrl *gomock.Controller) *MockStorage

NewMockStorage creates a new mock instance

func (*MockStorage) EXPECT

func (m *MockStorage) EXPECT() *MockStorageMockRecorder

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

func (*MockStorage) Get

func (m *MockStorage) Get(arg0 string) (io.ReadCloser, int64, error)

Get mocks base method

func (*MockStorage) Put

func (m *MockStorage) Put(arg0 string, arg1 io.Reader, arg2 int64) error

Put mocks base method

func (*MockStorage) PutAndCheckHash

func (m *MockStorage) PutAndCheckHash(arg0 string, arg1 io.Reader, arg2 int64, arg3 string) error

PutAndCheckHash mocks base method

func (*MockStorage) Remove

func (m *MockStorage) Remove(arg0 string) error

Remove mocks base method

type MockStorageMockRecorder

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

MockStorageMockRecorder is the mock recorder for MockStorage

func (*MockStorageMockRecorder) Get

func (mr *MockStorageMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockStorageMockRecorder) Put

func (mr *MockStorageMockRecorder) Put(arg0, arg1, arg2 interface{}) *gomock.Call

Put indicates an expected call of Put

func (*MockStorageMockRecorder) PutAndCheckHash

func (mr *MockStorageMockRecorder) PutAndCheckHash(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PutAndCheckHash indicates an expected call of PutAndCheckHash

func (*MockStorageMockRecorder) Remove

func (mr *MockStorageMockRecorder) Remove(arg0 interface{}) *gomock.Call

Remove indicates an expected call of Remove

Jump to

Keyboard shortcuts

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