util_test

package
v1.3.204 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandInterface_DidError_OngoingVerification added in v1.3.189

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

func (*CommandInterface_DidError_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_DidError_OngoingVerification) GetAllCapturedArguments()

func (*CommandInterface_DidError_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_DidError_OngoingVerification) GetCapturedArguments()

type CommandInterface_DidFail_OngoingVerification added in v1.3.189

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

func (*CommandInterface_DidFail_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_DidFail_OngoingVerification) GetAllCapturedArguments()

func (*CommandInterface_DidFail_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_DidFail_OngoingVerification) GetCapturedArguments()

type CommandInterface_Error_OngoingVerification added in v1.3.189

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

func (*CommandInterface_Error_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_Error_OngoingVerification) GetAllCapturedArguments()

func (*CommandInterface_Error_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_Error_OngoingVerification) GetCapturedArguments()

type CommandInterface_RunWithoutRetry_OngoingVerification added in v1.3.189

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

func (*CommandInterface_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments()

func (*CommandInterface_RunWithoutRetry_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_RunWithoutRetry_OngoingVerification) GetCapturedArguments()

type CommandInterface_Run_OngoingVerification added in v1.3.189

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

func (*CommandInterface_Run_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_Run_OngoingVerification) GetAllCapturedArguments()

func (*CommandInterface_Run_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_Run_OngoingVerification) GetCapturedArguments()

type CommandInterface_SetArgs_OngoingVerification added in v1.3.189

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

func (*CommandInterface_SetArgs_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_SetArgs_OngoingVerification) GetAllCapturedArguments() (_param0 [][]string)

func (*CommandInterface_SetArgs_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_SetArgs_OngoingVerification) GetCapturedArguments() []string

type CommandInterface_SetDir_OngoingVerification added in v1.3.189

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

func (*CommandInterface_SetDir_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_SetDir_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*CommandInterface_SetDir_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_SetDir_OngoingVerification) GetCapturedArguments() string

type CommandInterface_SetExponentialBackOff_OngoingVerification added in v1.3.189

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

func (*CommandInterface_SetExponentialBackOff_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (*CommandInterface_SetExponentialBackOff_OngoingVerification) GetCapturedArguments added in v1.3.189

type CommandInterface_SetName_OngoingVerification added in v1.3.189

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

func (*CommandInterface_SetName_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_SetName_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*CommandInterface_SetName_OngoingVerification) GetCapturedArguments added in v1.3.189

func (c *CommandInterface_SetName_OngoingVerification) GetCapturedArguments() string

type CommandInterface_SetTimeout_OngoingVerification added in v1.3.189

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

func (*CommandInterface_SetTimeout_OngoingVerification) GetAllCapturedArguments added in v1.3.189

func (c *CommandInterface_SetTimeout_OngoingVerification) GetAllCapturedArguments() (_param0 []time.Duration)

func (*CommandInterface_SetTimeout_OngoingVerification) GetCapturedArguments added in v1.3.189

type MockCommandInterface added in v1.3.189

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

func NewMockCommandInterface added in v1.3.189

func NewMockCommandInterface() *MockCommandInterface

func (*MockCommandInterface) DidError added in v1.3.189

func (mock *MockCommandInterface) DidError() bool

func (*MockCommandInterface) DidFail added in v1.3.189

func (mock *MockCommandInterface) DidFail() bool

func (*MockCommandInterface) Error added in v1.3.189

func (mock *MockCommandInterface) Error() error

func (*MockCommandInterface) Run added in v1.3.189

func (mock *MockCommandInterface) Run() (string, error)

func (*MockCommandInterface) RunWithoutRetry added in v1.3.189

func (mock *MockCommandInterface) RunWithoutRetry() (string, error)

func (*MockCommandInterface) SetArgs added in v1.3.189

func (mock *MockCommandInterface) SetArgs(_param0 []string)

func (*MockCommandInterface) SetDir added in v1.3.189

func (mock *MockCommandInterface) SetDir(_param0 string)

func (*MockCommandInterface) SetExponentialBackOff added in v1.3.189

func (mock *MockCommandInterface) SetExponentialBackOff(_param0 *backoff.ExponentialBackOff)

func (*MockCommandInterface) SetName added in v1.3.189

func (mock *MockCommandInterface) SetName(_param0 string)

func (*MockCommandInterface) SetTimeout added in v1.3.189

func (mock *MockCommandInterface) SetTimeout(_param0 time.Duration)

func (*MockCommandInterface) VerifyWasCalled added in v1.3.189

func (mock *MockCommandInterface) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommandInterface

func (*MockCommandInterface) VerifyWasCalledInOrder added in v1.3.189

func (mock *MockCommandInterface) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommandInterface

func (*MockCommandInterface) VerifyWasCalledOnce added in v1.3.189

func (mock *MockCommandInterface) VerifyWasCalledOnce() *VerifierCommandInterface

type VerifierCommandInterface added in v1.3.189

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

func (*VerifierCommandInterface) DidError added in v1.3.189

func (*VerifierCommandInterface) DidFail added in v1.3.189

func (*VerifierCommandInterface) Error added in v1.3.189

func (*VerifierCommandInterface) Run added in v1.3.189

func (*VerifierCommandInterface) RunWithoutRetry added in v1.3.189

func (*VerifierCommandInterface) SetArgs added in v1.3.189

func (*VerifierCommandInterface) SetDir added in v1.3.189

func (*VerifierCommandInterface) SetExponentialBackOff added in v1.3.189

func (*VerifierCommandInterface) SetName added in v1.3.189

func (*VerifierCommandInterface) SetTimeout added in v1.3.189

Jump to

Keyboard shortcuts

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