mock

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenFileMock

func OpenFileMock(name string) (io.ReadCloser, error)

Types

type ExecCall

type ExecCall struct {
	Exec   string
	Params []string
}

type ExecMockRunner

type ExecMockRunner struct {
	Dir   []string
	Env   []string
	Calls []ExecCall

	StdoutReturn        map[string]string
	ShouldFailOnCommand map[string]error
	// contains filtered or unexported fields
}

func (*ExecMockRunner) RunExecutable

func (m *ExecMockRunner) RunExecutable(e string, p ...string) error

func (*ExecMockRunner) SetDir

func (m *ExecMockRunner) SetDir(d string)

func (*ExecMockRunner) SetEnv

func (m *ExecMockRunner) SetEnv(e []string)

func (*ExecMockRunner) Stderr

func (m *ExecMockRunner) Stderr(err io.Writer)

func (*ExecMockRunner) Stdout

func (m *ExecMockRunner) Stdout(out io.Writer)

type FilesMock added in v1.19.0

type FilesMock struct {
	Files []string
}

FilesMock ...

func (FilesMock) Copy added in v1.19.0

func (f FilesMock) Copy(src, dst string) (int64, error)

Copy ...

func (FilesMock) FileExists added in v1.19.0

func (f FilesMock) FileExists(filename string) (bool, error)

FileExists ...

func (FilesMock) FileRead added in v1.19.0

func (f FilesMock) FileRead(path string) ([]byte, error)

FileRead ...

func (FilesMock) FileWrite added in v1.19.0

func (f FilesMock) FileWrite(path string, content []byte, perm os.FileMode) error

FileWrite ...

func (FilesMock) MkdirAll added in v1.19.0

func (f FilesMock) MkdirAll(path string, perm os.FileMode) error

MkdirAll ...

type ShellMockRunner

type ShellMockRunner struct {
	Dir   string
	Env   []string
	Calls []string
	Shell []string

	StdoutReturn        map[string]string
	ShouldFailOnCommand map[string]error
	// contains filtered or unexported fields
}

func (*ShellMockRunner) AddToEnv

func (m *ShellMockRunner) AddToEnv(e []string)

func (*ShellMockRunner) RunShell

func (m *ShellMockRunner) RunShell(s string, c string) error

func (*ShellMockRunner) SetDir

func (m *ShellMockRunner) SetDir(d string)

func (*ShellMockRunner) SetEnv added in v1.16.0

func (m *ShellMockRunner) SetEnv(e []string)

func (*ShellMockRunner) Stderr

func (m *ShellMockRunner) Stderr(err io.Writer)

func (*ShellMockRunner) Stdout

func (m *ShellMockRunner) Stdout(out io.Writer)

type StepOptions

type StepOptions struct {
	TestParam string `json:"testParam,omitempty"`
}

Jump to

Keyboard shortcuts

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