Documentation ¶
Index ¶
- type Client_RunCommandWithVersion_OngoingVerification
- func (c *Client_RunCommandWithVersion_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []string, _param2 [][]string, ...)
- func (c *Client_RunCommandWithVersion_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, string, []string, *go_version.Version, string)
- type Client_Version_OngoingVerification
- type Downloader_GetFile_OngoingVerification
- type MockClient
- func (mock *MockClient) FailHandler() pegomock.FailHandler
- func (mock *MockClient) RunCommandWithVersion(log *logging.SimpleLogger, path string, args []string, v *go_version.Version, ...) (string, error)
- func (mock *MockClient) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockClient) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierClient
- func (mock *MockClient) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierClient
- func (mock *MockClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierClient
- func (mock *MockClient) VerifyWasCalledOnce() *VerifierClient
- func (mock *MockClient) Version() *go_version.Version
- type MockDownloader
- func (mock *MockDownloader) FailHandler() pegomock.FailHandler
- func (mock *MockDownloader) GetFile(dst string, src string, opts ...go_getter.ClientOption) error
- func (mock *MockDownloader) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockDownloader) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierDownloader
- func (mock *MockDownloader) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierDownloader
- func (mock *MockDownloader) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierDownloader
- func (mock *MockDownloader) VerifyWasCalledOnce() *VerifierDownloader
- type VerifierClient
- type VerifierDownloader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client_RunCommandWithVersion_OngoingVerification ¶ added in v0.2.2
type Client_RunCommandWithVersion_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Client_RunCommandWithVersion_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.2
func (c *Client_RunCommandWithVersion_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []string, _param2 [][]string, _param3 []*go_version.Version, _param4 []string)
func (*Client_RunCommandWithVersion_OngoingVerification) GetCapturedArguments ¶ added in v0.2.2
func (c *Client_RunCommandWithVersion_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, string, []string, *go_version.Version, string)
type Client_Version_OngoingVerification ¶ added in v0.2.2
type Client_Version_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Client_Version_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.2
func (c *Client_Version_OngoingVerification) GetAllCapturedArguments()
func (*Client_Version_OngoingVerification) GetCapturedArguments ¶ added in v0.2.2
func (c *Client_Version_OngoingVerification) GetCapturedArguments()
type Downloader_GetFile_OngoingVerification ¶ added in v0.6.0
type Downloader_GetFile_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Downloader_GetFile_OngoingVerification) GetAllCapturedArguments ¶ added in v0.6.0
func (c *Downloader_GetFile_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]go_getter.ClientOption)
func (*Downloader_GetFile_OngoingVerification) GetCapturedArguments ¶ added in v0.6.0
func (c *Downloader_GetFile_OngoingVerification) GetCapturedArguments() (string, string, []go_getter.ClientOption)
type MockClient ¶ added in v0.2.2
type MockClient struct {
// contains filtered or unexported fields
}
func NewMockClient ¶ added in v0.2.2
func NewMockClient(options ...pegomock.Option) *MockClient
func (*MockClient) FailHandler ¶ added in v0.6.0
func (mock *MockClient) FailHandler() pegomock.FailHandler
func (*MockClient) RunCommandWithVersion ¶ added in v0.2.2
func (mock *MockClient) RunCommandWithVersion(log *logging.SimpleLogger, path string, args []string, v *go_version.Version, workspace string) (string, error)
func (*MockClient) SetFailHandler ¶ added in v0.6.0
func (mock *MockClient) SetFailHandler(fh pegomock.FailHandler)
func (*MockClient) VerifyWasCalled ¶ added in v0.2.2
func (mock *MockClient) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierClient
func (*MockClient) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockClient) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierClient
func (*MockClient) VerifyWasCalledInOrder ¶ added in v0.2.2
func (mock *MockClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierClient
func (*MockClient) VerifyWasCalledOnce ¶ added in v0.2.2
func (mock *MockClient) VerifyWasCalledOnce() *VerifierClient
func (*MockClient) Version ¶ added in v0.2.2
func (mock *MockClient) Version() *go_version.Version
type MockDownloader ¶ added in v0.6.0
type MockDownloader struct {
// contains filtered or unexported fields
}
func NewMockDownloader ¶ added in v0.6.0
func NewMockDownloader(options ...pegomock.Option) *MockDownloader
func (*MockDownloader) FailHandler ¶ added in v0.6.0
func (mock *MockDownloader) FailHandler() pegomock.FailHandler
func (*MockDownloader) GetFile ¶ added in v0.6.0
func (mock *MockDownloader) GetFile(dst string, src string, opts ...go_getter.ClientOption) error
func (*MockDownloader) SetFailHandler ¶ added in v0.6.0
func (mock *MockDownloader) SetFailHandler(fh pegomock.FailHandler)
func (*MockDownloader) VerifyWasCalled ¶ added in v0.6.0
func (mock *MockDownloader) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierDownloader
func (*MockDownloader) VerifyWasCalledEventually ¶ added in v0.6.0
func (mock *MockDownloader) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierDownloader
func (*MockDownloader) VerifyWasCalledInOrder ¶ added in v0.6.0
func (mock *MockDownloader) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierDownloader
func (*MockDownloader) VerifyWasCalledOnce ¶ added in v0.6.0
func (mock *MockDownloader) VerifyWasCalledOnce() *VerifierDownloader
type VerifierClient ¶ added in v0.2.2
type VerifierClient struct {
// contains filtered or unexported fields
}
func (*VerifierClient) RunCommandWithVersion ¶ added in v0.2.2
func (verifier *VerifierClient) RunCommandWithVersion(log *logging.SimpleLogger, path string, args []string, v *go_version.Version, workspace string) *Client_RunCommandWithVersion_OngoingVerification
func (*VerifierClient) Version ¶ added in v0.2.2
func (verifier *VerifierClient) Version() *Client_Version_OngoingVerification
type VerifierDownloader ¶ added in v0.6.0
type VerifierDownloader struct {
// contains filtered or unexported fields
}
func (*VerifierDownloader) GetFile ¶ added in v0.6.0
func (verifier *VerifierDownloader) GetFile(dst string, src string, opts ...go_getter.ClientOption) *Downloader_GetFile_OngoingVerification
Click to show internal directories.
Click to hide internal directories.