mocks

package
v2.0.0-...-af3797a Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAnsibleCmd

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

func NewMockAnsibleCmd

func NewMockAnsibleCmd(cmd []string, err error) *MockAnsibleCmd

func (*MockAnsibleCmd) Command

func (c *MockAnsibleCmd) Command() ([]string, error)

func (*MockAnsibleCmd) String

func (c *MockAnsibleCmd) String() string

type MockExitCodeErr

type MockExitCodeErr struct {
	Code    int
	Message string
	// contains filtered or unexported fields
}

func (*MockExitCodeErr) Error

func (e *MockExitCodeErr) Error() string

func (*MockExitCodeErr) ExitCode

func (e *MockExitCodeErr) ExitCode() int

type MockIOReader

type MockIOReader struct {
	mock.Mock
}

func NewMockIOReader

func NewMockIOReader() *MockIOReader

func (*MockIOReader) Read

func (m *MockIOReader) Read(p []byte) (n int, err error)

type MockIOWriter

type MockIOWriter struct {
	mock.Mock
}

func NewMockIOWriter

func NewMockIOWriter() *MockIOWriter

func (*MockIOWriter) Write

func (m *MockIOWriter) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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