mocks

package
v0.19.9-pre.20220912 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

func NewMockClient

func NewMockClient(options ...pegomock.Option) *MockClient

func (*MockClient) EnsureVersion

func (mock *MockClient) EnsureVersion(log logging.SimpleLogging, v *go_version.Version) error

func (*MockClient) FailHandler

func (mock *MockClient) FailHandler() pegomock.FailHandler

func (*MockClient) RunCommandWithVersion

func (mock *MockClient) RunCommandWithVersion(ctx command.ProjectContext, path string, args []string, envs map[string]string, v *go_version.Version, workspace string) (string, error)

func (*MockClient) SetFailHandler

func (mock *MockClient) SetFailHandler(fh pegomock.FailHandler)

func (*MockClient) VerifyWasCalled

func (mock *MockClient) VerifyWasCalled(invocationCountMatcher pegomock.InvocationCountMatcher) *VerifierMockClient

func (*MockClient) VerifyWasCalledEventually

func (mock *MockClient) VerifyWasCalledEventually(invocationCountMatcher pegomock.InvocationCountMatcher, timeout time.Duration) *VerifierMockClient

func (*MockClient) VerifyWasCalledInOrder

func (mock *MockClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.InvocationCountMatcher, inOrderContext *pegomock.InOrderContext) *VerifierMockClient

func (*MockClient) VerifyWasCalledOnce

func (mock *MockClient) VerifyWasCalledOnce() *VerifierMockClient

type MockClient_EnsureVersion_OngoingVerification

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

func (*MockClient_EnsureVersion_OngoingVerification) GetAllCapturedArguments

func (c *MockClient_EnsureVersion_OngoingVerification) GetAllCapturedArguments() (_param0 []logging.SimpleLogging, _param1 []*go_version.Version)

func (*MockClient_EnsureVersion_OngoingVerification) GetCapturedArguments

type MockClient_RunCommandWithVersion_OngoingVerification

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

func (*MockClient_RunCommandWithVersion_OngoingVerification) GetAllCapturedArguments

func (c *MockClient_RunCommandWithVersion_OngoingVerification) GetAllCapturedArguments() (_param0 []command.ProjectContext, _param1 []string, _param2 [][]string, _param3 []map[string]string, _param4 []*go_version.Version, _param5 []string)

func (*MockClient_RunCommandWithVersion_OngoingVerification) GetCapturedArguments

type MockDownloader

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

func NewMockDownloader

func NewMockDownloader(options ...pegomock.Option) *MockDownloader

func (*MockDownloader) FailHandler

func (mock *MockDownloader) FailHandler() pegomock.FailHandler

func (*MockDownloader) GetAny

func (mock *MockDownloader) GetAny(dst string, src string, opts ...go_getter.ClientOption) error

func (*MockDownloader) GetFile

func (mock *MockDownloader) GetFile(dst string, src string, opts ...go_getter.ClientOption) error

func (*MockDownloader) SetFailHandler

func (mock *MockDownloader) SetFailHandler(fh pegomock.FailHandler)

func (*MockDownloader) VerifyWasCalled

func (mock *MockDownloader) VerifyWasCalled(invocationCountMatcher pegomock.InvocationCountMatcher) *VerifierMockDownloader

func (*MockDownloader) VerifyWasCalledEventually

func (mock *MockDownloader) VerifyWasCalledEventually(invocationCountMatcher pegomock.InvocationCountMatcher, timeout time.Duration) *VerifierMockDownloader

func (*MockDownloader) VerifyWasCalledInOrder

func (mock *MockDownloader) VerifyWasCalledInOrder(invocationCountMatcher pegomock.InvocationCountMatcher, inOrderContext *pegomock.InOrderContext) *VerifierMockDownloader

func (*MockDownloader) VerifyWasCalledOnce

func (mock *MockDownloader) VerifyWasCalledOnce() *VerifierMockDownloader

type MockDownloader_GetAny_OngoingVerification

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

func (*MockDownloader_GetAny_OngoingVerification) GetAllCapturedArguments

func (c *MockDownloader_GetAny_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]go_getter.ClientOption)

func (*MockDownloader_GetAny_OngoingVerification) GetCapturedArguments

type MockDownloader_GetFile_OngoingVerification

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

func (*MockDownloader_GetFile_OngoingVerification) GetAllCapturedArguments

func (c *MockDownloader_GetFile_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]go_getter.ClientOption)

func (*MockDownloader_GetFile_OngoingVerification) GetCapturedArguments

type VerifierMockClient

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

func (*VerifierMockClient) EnsureVersion

func (*VerifierMockClient) RunCommandWithVersion

func (verifier *VerifierMockClient) RunCommandWithVersion(ctx command.ProjectContext, path string, args []string, envs map[string]string, v *go_version.Version, workspace string) *MockClient_RunCommandWithVersion_OngoingVerification

type VerifierMockDownloader

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

func (*VerifierMockDownloader) GetAny

func (*VerifierMockDownloader) GetFile

Directories

Path Synopsis
Code generated by pegomock.
Code generated by pegomock.

Jump to

Keyboard shortcuts

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