Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
// contains filtered or unexported fields
}
func (*Call) WithErrorMsg ¶
func (*Call) WithStderr ¶
func (*Call) WithStdout ¶
type ScriptGenerator ¶ added in v0.49.0
type ScriptGenerator struct {
// contains filtered or unexported fields
}
func NewScriptGenerator ¶ added in v0.49.0
func NewScriptGenerator(t *testing.T) *ScriptGenerator
func (*ScriptGenerator) Create ¶ added in v0.49.0
func (sg *ScriptGenerator) Create(commands ...string) (string, error)
func (*ScriptGenerator) Remove ¶ added in v0.49.0
func (sg *ScriptGenerator) Remove(_ string) error
func (*ScriptGenerator) WithCommands ¶ added in v0.49.0
func (sg *ScriptGenerator) WithCommands(commands ...string) *ScriptGenerator
Click to show internal directories.
Click to hide internal directories.