Documentation ¶
Index ¶
- func EnsureError(t *testing.T, err, expect error)
- func Int64SlicesEqual(a []int64, b []int64) bool
- func NewScribe(initializer scribe.InitializerFunc) *scribe.Scribe
- func NewScribeMulti(initializer scribe.InitializerFunc) *scribe.Scribe
- func NewTestStep(b chan bool) pipeline.Step
- func ReadersEqual(t *testing.T, value io.Reader, expected io.Reader)
- func RunPipeline(ctx context.Context, t *testing.T, path string, stdout io.Writer, ...)
- func WithTimeout(d time.Duration, f func(t *testing.T)) func(t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureError ¶
func Int64SlicesEqual ¶
func NewScribeMulti ¶
func NewScribeMulti(initializer scribe.InitializerFunc) *scribe.Scribe
func NewTestStep ¶
NewTestStep creates a new TestStep that emits data into the channel 'b' when the action is ran
func RunPipeline ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.