Documentation ¶
Overview ¶
Package runner allows you to run a binary in an acceptance test (scan output for ports, wait for start).
It is part of our belief that testing binaries that will be shipping into production with as little modification as is possible is one of the most effective ways of producing high value tests.
Index ¶
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 NewWithDynamicEnv ¶
func (*Runner) Run ¶
Run starts the output service and waits a few seconds to confirm it has started successfully. The caller is responsible for calling Stop.
Click to show internal directories.
Click to hide internal directories.