Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRunner ¶
MockRunner needed for testing plans
func (*MockRunner) ClearRunCommand ¶
func (r *MockRunner) ClearRunCommand()
ClearRunCommand undoes any output configured by SetRunCommand
func (*MockRunner) RunCommand ¶
RunCommand returns the test Output and Err values
func (*MockRunner) SetRunCommand ¶
func (r *MockRunner) SetRunCommand(out string, err error)
SetRunCommand allows you to configure the output for RunCommand
Click to show internal directories.
Click to hide internal directories.