Documentation ¶
Index ¶
- func TestMain(m *testing.M, run func())
- type Data
- func (d *Data) GrepBoth(match, msg string)
- func (d *Data) GrepBothNot(match, msg string)
- func (d *Data) GrepStderr(match, msg string)
- func (d *Data) GrepStderrNot(match, msg string)
- func (d *Data) GrepStdout(match, msg string)
- func (d *Data) GrepStdoutNot(match, msg string)
- func (d *Data) Run(args ...string)
- func (d *Data) RunFail(args ...string)
- func (d *Data) SetStdin(r io.Reader)
- func (d *Data) SetStdinString(s string)
- func (d *Data) Setenv(name, value string)
- func (d *Data) Unsetenv(name string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func (*Data) GrepBothNot ¶
func (*Data) GrepStderr ¶
func (*Data) GrepStderrNot ¶
func (*Data) GrepStdout ¶
func (*Data) GrepStdoutNot ¶
func (*Data) SetStdinString ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.