mocks

package
v0.0.0-...-e0db871 Latest Latest
Warning

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

Go to latest
Published: May 20, 2020 License: MIT Imports: 4 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCheckResource

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

MockCheckResource is a mock of CheckResource interface

func NewMockCheckResource

func NewMockCheckResource(ctrl *gomock.Controller) *MockCheckResource

NewMockCheckResource creates a new mock instance

func (*MockCheckResource) EXPECT

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

func (*MockCheckResource) Execute

func (m *MockCheckResource) Execute(source utils.Source) (string, error)

Execute mocks base method

type MockCheckResourceMockRecorder

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

MockCheckResourceMockRecorder is the mock recorder for MockCheckResource

func (*MockCheckResourceMockRecorder) Execute

func (mr *MockCheckResourceMockRecorder) Execute(source interface{}) *gomock.Call

Execute indicates an expected call of Execute

type MockGitTagsService

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

MockGitTagsService is a mock of GitTagsService interface

func NewMockGitTagsService

func NewMockGitTagsService(ctrl *gomock.Controller) *MockGitTagsService

NewMockGitTagsService creates a new mock instance

func (*MockGitTagsService) CheckoutATag

func (m *MockGitTagsService) CheckoutATag(destination, version string) (map[string]string, error)

CheckoutATag mocks base method

func (*MockGitTagsService) CheckoutLWTag

func (m *MockGitTagsService) CheckoutLWTag(destination, version string) (map[string]string, error)

CheckoutLWTag mocks base method

func (*MockGitTagsService) CloneRef

func (m *MockGitTagsService) CloneRef(uri, destination, version string) error

CloneRef mocks base method

func (*MockGitTagsService) EXPECT

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

func (*MockGitTagsService) ExtractTags

func (m *MockGitTagsService) ExtractTags(latestOnly bool, tagList []semver.Version) ([]map[string]string, error)

ExtractTags mocks base method

func (*MockGitTagsService) FetchTags

func (m *MockGitTagsService) FetchTags(uri, repositoryName, tagFilter string) ([]string, error)

FetchTags mocks base method

type MockGitTagsServiceMockRecorder

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

MockGitTagsServiceMockRecorder is the mock recorder for MockGitTagsService

func (*MockGitTagsServiceMockRecorder) CheckoutATag

func (mr *MockGitTagsServiceMockRecorder) CheckoutATag(destination, version interface{}) *gomock.Call

CheckoutATag indicates an expected call of CheckoutATag

func (*MockGitTagsServiceMockRecorder) CheckoutLWTag

func (mr *MockGitTagsServiceMockRecorder) CheckoutLWTag(destination, version interface{}) *gomock.Call

CheckoutLWTag indicates an expected call of CheckoutLWTag

func (*MockGitTagsServiceMockRecorder) CloneRef

func (mr *MockGitTagsServiceMockRecorder) CloneRef(uri, destination, version interface{}) *gomock.Call

CloneRef indicates an expected call of CloneRef

func (*MockGitTagsServiceMockRecorder) ExtractTags

func (mr *MockGitTagsServiceMockRecorder) ExtractTags(latestOnly, tagList interface{}) *gomock.Call

ExtractTags indicates an expected call of ExtractTags

func (*MockGitTagsServiceMockRecorder) FetchTags

func (mr *MockGitTagsServiceMockRecorder) FetchTags(uri, repositoryName, tagFilter interface{}) *gomock.Call

FetchTags indicates an expected call of FetchTags

type MockInResource

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

MockInResource is a mock of InResource interface

func NewMockInResource

func NewMockInResource(ctrl *gomock.Controller) *MockInResource

NewMockInResource creates a new mock instance

func (*MockInResource) EXPECT

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

func (*MockInResource) Execute

func (m *MockInResource) Execute(source utils.Source, destination, version string) (string, error)

Execute mocks base method

type MockInResourceMockRecorder

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

MockInResourceMockRecorder is the mock recorder for MockInResource

func (*MockInResourceMockRecorder) Execute

func (mr *MockInResourceMockRecorder) Execute(source, destination, version interface{}) *gomock.Call

Execute indicates an expected call of Execute

type MockOutResource

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

MockOutResource is a mock of OutResource interface

func NewMockOutResource

func NewMockOutResource(ctrl *gomock.Controller) *MockOutResource

NewMockOutResource creates a new mock instance

func (*MockOutResource) EXPECT

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

func (*MockOutResource) Execute

func (m *MockOutResource) Execute(input utils.Input, sourcePath, tmpdir string) (string, error)

Execute mocks base method

type MockOutResourceMockRecorder

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

MockOutResourceMockRecorder is the mock recorder for MockOutResource

func (*MockOutResourceMockRecorder) Execute

func (mr *MockOutResourceMockRecorder) Execute(input, sourcePath, tmpdir interface{}) *gomock.Call

Execute indicates an expected call of Execute

Jump to

Keyboard shortcuts

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