Documentation ¶
Index ¶
- type CommandInterface_DidError_OngoingVerification
- type CommandInterface_DidFail_OngoingVerification
- type CommandInterface_Error_OngoingVerification
- type CommandInterface_RunWithoutRetry_OngoingVerification
- type CommandInterface_Run_OngoingVerification
- type CommandInterface_SetArgs_OngoingVerification
- type CommandInterface_SetDir_OngoingVerification
- type CommandInterface_SetExponentialBackOff_OngoingVerification
- type CommandInterface_SetName_OngoingVerification
- type CommandInterface_SetTimeout_OngoingVerification
- type MockCommandInterface
- func (mock *MockCommandInterface) DidError() bool
- func (mock *MockCommandInterface) DidFail() bool
- func (mock *MockCommandInterface) Error() error
- func (mock *MockCommandInterface) Run() (string, error)
- func (mock *MockCommandInterface) RunWithoutRetry() (string, error)
- func (mock *MockCommandInterface) SetArgs(_param0 []string)
- func (mock *MockCommandInterface) SetDir(_param0 string)
- func (mock *MockCommandInterface) SetExponentialBackOff(_param0 *backoff.ExponentialBackOff)
- func (mock *MockCommandInterface) SetName(_param0 string)
- func (mock *MockCommandInterface) SetTimeout(_param0 time.Duration)
- func (mock *MockCommandInterface) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommandInterface
- func (mock *MockCommandInterface) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierCommandInterface
- func (mock *MockCommandInterface) VerifyWasCalledOnce() *VerifierCommandInterface
- type VerifierCommandInterface
- func (verifier *VerifierCommandInterface) DidError() *CommandInterface_DidError_OngoingVerification
- func (verifier *VerifierCommandInterface) DidFail() *CommandInterface_DidFail_OngoingVerification
- func (verifier *VerifierCommandInterface) Error() *CommandInterface_Error_OngoingVerification
- func (verifier *VerifierCommandInterface) Run() *CommandInterface_Run_OngoingVerification
- func (verifier *VerifierCommandInterface) RunWithoutRetry() *CommandInterface_RunWithoutRetry_OngoingVerification
- func (verifier *VerifierCommandInterface) SetArgs(_param0 []string) *CommandInterface_SetArgs_OngoingVerification
- func (verifier *VerifierCommandInterface) SetDir(_param0 string) *CommandInterface_SetDir_OngoingVerification
- func (verifier *VerifierCommandInterface) SetExponentialBackOff(_param0 *backoff.ExponentialBackOff) *CommandInterface_SetExponentialBackOff_OngoingVerification
- func (verifier *VerifierCommandInterface) SetName(_param0 string) *CommandInterface_SetName_OngoingVerification
- func (verifier *VerifierCommandInterface) SetTimeout(_param0 time.Duration) *CommandInterface_SetTimeout_OngoingVerification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandInterface_DidError_OngoingVerification ¶
type CommandInterface_DidError_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_DidError_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_DidError_OngoingVerification) GetAllCapturedArguments()
func (*CommandInterface_DidError_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_DidError_OngoingVerification) GetCapturedArguments()
type CommandInterface_DidFail_OngoingVerification ¶
type CommandInterface_DidFail_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_DidFail_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_DidFail_OngoingVerification) GetAllCapturedArguments()
func (*CommandInterface_DidFail_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_DidFail_OngoingVerification) GetCapturedArguments()
type CommandInterface_Error_OngoingVerification ¶
type CommandInterface_Error_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_Error_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_Error_OngoingVerification) GetAllCapturedArguments()
func (*CommandInterface_Error_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_Error_OngoingVerification) GetCapturedArguments()
type CommandInterface_RunWithoutRetry_OngoingVerification ¶
type CommandInterface_RunWithoutRetry_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments()
func (*CommandInterface_RunWithoutRetry_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_RunWithoutRetry_OngoingVerification) GetCapturedArguments()
type CommandInterface_Run_OngoingVerification ¶
type CommandInterface_Run_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_Run_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_Run_OngoingVerification) GetAllCapturedArguments()
func (*CommandInterface_Run_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_Run_OngoingVerification) GetCapturedArguments()
type CommandInterface_SetArgs_OngoingVerification ¶
type CommandInterface_SetArgs_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_SetArgs_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_SetArgs_OngoingVerification) GetAllCapturedArguments() (_param0 [][]string)
func (*CommandInterface_SetArgs_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_SetArgs_OngoingVerification) GetCapturedArguments() []string
type CommandInterface_SetDir_OngoingVerification ¶
type CommandInterface_SetDir_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_SetDir_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_SetDir_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*CommandInterface_SetDir_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_SetDir_OngoingVerification) GetCapturedArguments() string
type CommandInterface_SetExponentialBackOff_OngoingVerification ¶
type CommandInterface_SetExponentialBackOff_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_SetExponentialBackOff_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_SetExponentialBackOff_OngoingVerification) GetAllCapturedArguments() (_param0 []*backoff.ExponentialBackOff)
func (*CommandInterface_SetExponentialBackOff_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_SetExponentialBackOff_OngoingVerification) GetCapturedArguments() *backoff.ExponentialBackOff
type CommandInterface_SetName_OngoingVerification ¶
type CommandInterface_SetName_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_SetName_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_SetName_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*CommandInterface_SetName_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_SetName_OngoingVerification) GetCapturedArguments() string
type CommandInterface_SetTimeout_OngoingVerification ¶
type CommandInterface_SetTimeout_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandInterface_SetTimeout_OngoingVerification) GetAllCapturedArguments ¶
func (c *CommandInterface_SetTimeout_OngoingVerification) GetAllCapturedArguments() (_param0 []time.Duration)
func (*CommandInterface_SetTimeout_OngoingVerification) GetCapturedArguments ¶
func (c *CommandInterface_SetTimeout_OngoingVerification) GetCapturedArguments() time.Duration
type MockCommandInterface ¶
type MockCommandInterface struct {
// contains filtered or unexported fields
}
func NewMockCommandInterface ¶
func NewMockCommandInterface() *MockCommandInterface
func (*MockCommandInterface) DidError ¶
func (mock *MockCommandInterface) DidError() bool
func (*MockCommandInterface) DidFail ¶
func (mock *MockCommandInterface) DidFail() bool
func (*MockCommandInterface) Error ¶
func (mock *MockCommandInterface) Error() error
func (*MockCommandInterface) Run ¶
func (mock *MockCommandInterface) Run() (string, error)
func (*MockCommandInterface) RunWithoutRetry ¶
func (mock *MockCommandInterface) RunWithoutRetry() (string, error)
func (*MockCommandInterface) SetArgs ¶
func (mock *MockCommandInterface) SetArgs(_param0 []string)
func (*MockCommandInterface) SetDir ¶
func (mock *MockCommandInterface) SetDir(_param0 string)
func (*MockCommandInterface) SetExponentialBackOff ¶
func (mock *MockCommandInterface) SetExponentialBackOff(_param0 *backoff.ExponentialBackOff)
func (*MockCommandInterface) SetName ¶
func (mock *MockCommandInterface) SetName(_param0 string)
func (*MockCommandInterface) SetTimeout ¶
func (mock *MockCommandInterface) SetTimeout(_param0 time.Duration)
func (*MockCommandInterface) VerifyWasCalled ¶
func (mock *MockCommandInterface) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommandInterface
func (*MockCommandInterface) VerifyWasCalledInOrder ¶
func (mock *MockCommandInterface) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommandInterface
func (*MockCommandInterface) VerifyWasCalledOnce ¶
func (mock *MockCommandInterface) VerifyWasCalledOnce() *VerifierCommandInterface
type VerifierCommandInterface ¶
type VerifierCommandInterface struct {
// contains filtered or unexported fields
}
func (*VerifierCommandInterface) DidError ¶
func (verifier *VerifierCommandInterface) DidError() *CommandInterface_DidError_OngoingVerification
func (*VerifierCommandInterface) DidFail ¶
func (verifier *VerifierCommandInterface) DidFail() *CommandInterface_DidFail_OngoingVerification
func (*VerifierCommandInterface) Error ¶
func (verifier *VerifierCommandInterface) Error() *CommandInterface_Error_OngoingVerification
func (*VerifierCommandInterface) Run ¶
func (verifier *VerifierCommandInterface) Run() *CommandInterface_Run_OngoingVerification
func (*VerifierCommandInterface) RunWithoutRetry ¶
func (verifier *VerifierCommandInterface) RunWithoutRetry() *CommandInterface_RunWithoutRetry_OngoingVerification
func (*VerifierCommandInterface) SetArgs ¶
func (verifier *VerifierCommandInterface) SetArgs(_param0 []string) *CommandInterface_SetArgs_OngoingVerification
func (*VerifierCommandInterface) SetDir ¶
func (verifier *VerifierCommandInterface) SetDir(_param0 string) *CommandInterface_SetDir_OngoingVerification
func (*VerifierCommandInterface) SetExponentialBackOff ¶
func (verifier *VerifierCommandInterface) SetExponentialBackOff(_param0 *backoff.ExponentialBackOff) *CommandInterface_SetExponentialBackOff_OngoingVerification
func (*VerifierCommandInterface) SetName ¶
func (verifier *VerifierCommandInterface) SetName(_param0 string) *CommandInterface_SetName_OngoingVerification
func (*VerifierCommandInterface) SetTimeout ¶
func (verifier *VerifierCommandInterface) SetTimeout(_param0 time.Duration) *CommandInterface_SetTimeout_OngoingVerification
Click to show internal directories.
Click to hide internal directories.