Documentation ¶
Index ¶
- type Installer_InstallDir_OngoingVerification
- type Installer_Install_OngoingVerification
- type MockInstaller
- func (mock *MockInstaller) Install(_param0 string) (string, error)
- func (mock *MockInstaller) InstallDir(_param0 string) (string, error)
- func (mock *MockInstaller) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierInstaller
- func (mock *MockInstaller) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierInstaller
- func (mock *MockInstaller) VerifyWasCalledOnce() *VerifierInstaller
- type VerifierInstaller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer_InstallDir_OngoingVerification ¶
type Installer_InstallDir_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Installer_InstallDir_OngoingVerification) GetAllCapturedArguments ¶
func (c *Installer_InstallDir_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*Installer_InstallDir_OngoingVerification) GetCapturedArguments ¶
func (c *Installer_InstallDir_OngoingVerification) GetCapturedArguments() string
type Installer_Install_OngoingVerification ¶
type Installer_Install_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Installer_Install_OngoingVerification) GetAllCapturedArguments ¶
func (c *Installer_Install_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*Installer_Install_OngoingVerification) GetCapturedArguments ¶
func (c *Installer_Install_OngoingVerification) GetCapturedArguments() string
type MockInstaller ¶
type MockInstaller struct {
// contains filtered or unexported fields
}
func NewMockInstaller ¶
func NewMockInstaller() *MockInstaller
func (*MockInstaller) InstallDir ¶
func (mock *MockInstaller) InstallDir(_param0 string) (string, error)
func (*MockInstaller) VerifyWasCalled ¶
func (mock *MockInstaller) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierInstaller
func (*MockInstaller) VerifyWasCalledInOrder ¶
func (mock *MockInstaller) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierInstaller
func (*MockInstaller) VerifyWasCalledOnce ¶
func (mock *MockInstaller) VerifyWasCalledOnce() *VerifierInstaller
type VerifierInstaller ¶
type VerifierInstaller struct {
// contains filtered or unexported fields
}
func (*VerifierInstaller) Install ¶
func (verifier *VerifierInstaller) Install(_param0 string) *Installer_Install_OngoingVerification
func (*VerifierInstaller) InstallDir ¶
func (verifier *VerifierInstaller) InstallDir(_param0 string) *Installer_InstallDir_OngoingVerification
Click to show internal directories.
Click to hide internal directories.