Documentation
¶
Overview ¶
Package testutil provides process test fixtures for gokit process tests and downstream users.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgvRecorder ¶
ArgvRecorder is an executable test double that records the exact argv values it receives.
func NewArgvRecorder ¶
func NewArgvRecorder(t *testing.T) *ArgvRecorder
NewArgvRecorder creates an executable process fake that records argv values one per line.
Click to show internal directories.
Click to hide internal directories.