util_test

package
v1.3.440 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 Commander_DidError_OngoingVerification added in v1.3.262

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

func (*Commander_DidError_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_DidError_OngoingVerification) GetAllCapturedArguments()

func (*Commander_DidError_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_DidError_OngoingVerification) GetCapturedArguments()

type Commander_DidFail_OngoingVerification added in v1.3.262

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

func (*Commander_DidFail_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_DidFail_OngoingVerification) GetAllCapturedArguments()

func (*Commander_DidFail_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_DidFail_OngoingVerification) GetCapturedArguments()

type Commander_Error_OngoingVerification added in v1.3.262

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

func (*Commander_Error_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_Error_OngoingVerification) GetAllCapturedArguments()

func (*Commander_Error_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_Error_OngoingVerification) GetCapturedArguments()

type Commander_RunWithoutRetry_OngoingVerification added in v1.3.262

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

func (*Commander_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_RunWithoutRetry_OngoingVerification) GetAllCapturedArguments()

func (*Commander_RunWithoutRetry_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_RunWithoutRetry_OngoingVerification) GetCapturedArguments()

type Commander_Run_OngoingVerification added in v1.3.262

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

func (*Commander_Run_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_Run_OngoingVerification) GetAllCapturedArguments()

func (*Commander_Run_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_Run_OngoingVerification) GetCapturedArguments()

type Commander_SetArgs_OngoingVerification added in v1.3.262

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

func (*Commander_SetArgs_OngoingVerification) GetAllCapturedArguments added in v1.3.262

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

func (*Commander_SetArgs_OngoingVerification) GetCapturedArguments added in v1.3.262

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

type Commander_SetDir_OngoingVerification added in v1.3.262

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

func (*Commander_SetDir_OngoingVerification) GetAllCapturedArguments added in v1.3.262

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

func (*Commander_SetDir_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_SetDir_OngoingVerification) GetCapturedArguments() string

type Commander_SetExponentialBackOff_OngoingVerification added in v1.3.262

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

func (*Commander_SetExponentialBackOff_OngoingVerification) GetAllCapturedArguments added in v1.3.262

func (c *Commander_SetExponentialBackOff_OngoingVerification) GetAllCapturedArguments() (_param0 []*backoff.ExponentialBackOff)

func (*Commander_SetExponentialBackOff_OngoingVerification) GetCapturedArguments added in v1.3.262

type Commander_SetName_OngoingVerification added in v1.3.262

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

func (*Commander_SetName_OngoingVerification) GetAllCapturedArguments added in v1.3.262

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

func (*Commander_SetName_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_SetName_OngoingVerification) GetCapturedArguments() string

type Commander_SetTimeout_OngoingVerification added in v1.3.262

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

func (*Commander_SetTimeout_OngoingVerification) GetAllCapturedArguments added in v1.3.262

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

func (*Commander_SetTimeout_OngoingVerification) GetCapturedArguments added in v1.3.262

func (c *Commander_SetTimeout_OngoingVerification) GetCapturedArguments() time.Duration

type MockCommander added in v1.3.262

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

func NewMockCommander added in v1.3.262

func NewMockCommander() *MockCommander

func (*MockCommander) DidError added in v1.3.262

func (mock *MockCommander) DidError() bool

func (*MockCommander) DidFail added in v1.3.262

func (mock *MockCommander) DidFail() bool

func (*MockCommander) Error added in v1.3.262

func (mock *MockCommander) Error() error

func (*MockCommander) Run added in v1.3.262

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

func (*MockCommander) RunWithoutRetry added in v1.3.262

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

func (*MockCommander) SetArgs added in v1.3.262

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

func (*MockCommander) SetDir added in v1.3.262

func (mock *MockCommander) SetDir(_param0 string)

func (*MockCommander) SetExponentialBackOff added in v1.3.262

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

func (*MockCommander) SetName added in v1.3.262

func (mock *MockCommander) SetName(_param0 string)

func (*MockCommander) SetTimeout added in v1.3.262

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

func (*MockCommander) VerifyWasCalled added in v1.3.262

func (mock *MockCommander) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommander

func (*MockCommander) VerifyWasCalledInOrder added in v1.3.262

func (mock *MockCommander) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommander

func (*MockCommander) VerifyWasCalledOnce added in v1.3.262

func (mock *MockCommander) VerifyWasCalledOnce() *VerifierCommander

type VerifierCommander added in v1.3.262

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

func (*VerifierCommander) DidError added in v1.3.262

func (*VerifierCommander) DidFail added in v1.3.262

func (*VerifierCommander) Error added in v1.3.262

func (*VerifierCommander) Run added in v1.3.262

func (*VerifierCommander) RunWithoutRetry added in v1.3.262

func (*VerifierCommander) SetArgs added in v1.3.262

func (verifier *VerifierCommander) SetArgs(_param0 []string) *Commander_SetArgs_OngoingVerification

func (*VerifierCommander) SetDir added in v1.3.262

func (*VerifierCommander) SetExponentialBackOff added in v1.3.262

func (*VerifierCommander) SetName added in v1.3.262

func (*VerifierCommander) SetTimeout added in v1.3.262

Jump to

Keyboard shortcuts

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