Documentation ¶
Index ¶
- type MockRunner
- func (mock *MockRunner) Execute(log *logging.SimpleLogger, commands []string, path string, workspace string, ...) (string, error)
- func (mock *MockRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierRunner
- func (mock *MockRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierRunner
- func (mock *MockRunner) VerifyWasCalledOnce() *VerifierRunner
- type Runner_Execute_OngoingVerification
- type VerifierRunner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRunner ¶
type MockRunner struct {
// contains filtered or unexported fields
}
func NewMockRunner ¶
func NewMockRunner() *MockRunner
func (*MockRunner) Execute ¶
func (mock *MockRunner) Execute(log *logging.SimpleLogger, commands []string, path string, workspace string, terraformVersion *go_version.Version, stage string) (string, error)
func (*MockRunner) VerifyWasCalled ¶
func (mock *MockRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierRunner
func (*MockRunner) VerifyWasCalledInOrder ¶
func (mock *MockRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierRunner
func (*MockRunner) VerifyWasCalledOnce ¶
func (mock *MockRunner) VerifyWasCalledOnce() *VerifierRunner
type Runner_Execute_OngoingVerification ¶
type Runner_Execute_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Runner_Execute_OngoingVerification) GetAllCapturedArguments ¶
func (c *Runner_Execute_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 [][]string, _param2 []string, _param3 []string, _param4 []*go_version.Version, _param5 []string)
func (*Runner_Execute_OngoingVerification) GetCapturedArguments ¶
func (c *Runner_Execute_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, []string, string, string, *go_version.Version, string)
type VerifierRunner ¶
type VerifierRunner struct {
// contains filtered or unexported fields
}
func (*VerifierRunner) Execute ¶
func (verifier *VerifierRunner) Execute(log *logging.SimpleLogger, commands []string, path string, workspace string, terraformVersion *go_version.Version, stage string) *Runner_Execute_OngoingVerification
Click to show internal directories.
Click to hide internal directories.