util_test

package
v1.3.246 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 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

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 (*CommandInterface_SetExponentialBackOff_OngoingVerification) GetCapturedArguments

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

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 (*VerifierCommandInterface) DidFail

func (*VerifierCommandInterface) Error

func (*VerifierCommandInterface) Run

func (*VerifierCommandInterface) RunWithoutRetry

func (*VerifierCommandInterface) SetArgs

func (*VerifierCommandInterface) SetDir

func (*VerifierCommandInterface) SetExponentialBackOff

func (*VerifierCommandInterface) SetName

func (*VerifierCommandInterface) SetTimeout

Jump to

Keyboard shortcuts

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