testmocks

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDownloader

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

MockDownloader is a mock of Downloader interface

func NewMockDownloader

func NewMockDownloader(ctrl *gomock.Controller) *MockDownloader

NewMockDownloader creates a new mock instance

func (*MockDownloader) Download

func (m *MockDownloader) Download(arg0 context.Context, arg1 string) (blob.Blob, error)

Download mocks base method

func (*MockDownloader) EXPECT

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

type MockDownloaderMockRecorder

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

MockDownloaderMockRecorder is the mock recorder for MockDownloader

func (*MockDownloaderMockRecorder) Download

func (mr *MockDownloaderMockRecorder) Download(arg0, arg1 interface{}) *gomock.Call

Download indicates an expected call of Download

type MockImageFactory

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

MockImageFactory is a mock of ImageFactory interface

func NewMockImageFactory

func NewMockImageFactory(ctrl *gomock.Controller) *MockImageFactory

NewMockImageFactory creates a new mock instance

func (*MockImageFactory) EXPECT

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

func (*MockImageFactory) NewImage

func (m *MockImageFactory) NewImage(arg0 string, arg1 bool) (imgutil.Image, error)

NewImage mocks base method

type MockImageFactoryMockRecorder

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

MockImageFactoryMockRecorder is the mock recorder for MockImageFactory

func (*MockImageFactoryMockRecorder) NewImage

func (mr *MockImageFactoryMockRecorder) NewImage(arg0, arg1 interface{}) *gomock.Call

NewImage indicates an expected call of NewImage

type MockImageFetcher

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

MockImageFetcher is a mock of ImageFetcher interface

func NewMockImageFetcher

func NewMockImageFetcher(ctrl *gomock.Controller) *MockImageFetcher

NewMockImageFetcher creates a new mock instance

func (*MockImageFetcher) EXPECT

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

func (*MockImageFetcher) Fetch

func (m *MockImageFetcher) Fetch(arg0 context.Context, arg1 string, arg2, arg3 bool) (imgutil.Image, error)

Fetch mocks base method

type MockImageFetcherMockRecorder

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

MockImageFetcherMockRecorder is the mock recorder for MockImageFetcher

func (*MockImageFetcherMockRecorder) Fetch

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

Fetch indicates an expected call of Fetch

Jump to

Keyboard shortcuts

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