Documentation ¶ Index ¶ func GetFakeExecWithScripts(calls []TestCmd) (*fakeexec.FakeExec, *fakeexec.FakeCmd) func VerifyCallsMatch(t *testing.T, calls []TestCmd, fexec *fakeexec.FakeExec, ...) type TestCmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetFakeExecWithScripts ¶ func GetFakeExecWithScripts(calls []TestCmd) (*fakeexec.FakeExec, *fakeexec.FakeCmd) func VerifyCallsMatch ¶ added in v1.3.3 func VerifyCallsMatch(t *testing.T, calls []TestCmd, fexec *fakeexec.FakeExec, fcmd *fakeexec.FakeCmd) Types ¶ type TestCmd ¶ type TestCmd struct { Cmd []string Stderr string ExitCode int } Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.