Documentation ¶ Index ¶ type Runner func Server(args ...string) *Runner func (b *Runner) Run(t *testing.T) error func (b *Runner) RunBackground(t *testing.T) context.CancelFunc func (b *Runner) RunOrFail(t *testing.T) func (b *Runner) WithEnv(env []string) *Runner Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func Server ¶ func Server(args ...string) *Runner func (*Runner) Run ¶ func (b *Runner) Run(t *testing.T) error func (*Runner) RunBackground ¶ func (b *Runner) RunBackground(t *testing.T) context.CancelFunc func (*Runner) RunOrFail ¶ func (b *Runner) RunOrFail(t *testing.T) func (*Runner) WithEnv ¶ func (b *Runner) WithEnv(env []string) *Runner Source Files ¶ View all Source files adapter.go Click to show internal directories. Click to hide internal directories.