Versions in this module Expand all Collapse all v0 v0.0.1 Jun 21, 2026 Changes in this version + type Builder struct + func New() *Builder + func (b *Builder) Build() *Test + func (b *Builder) WithInput(lines ...string) *Builder + func (b *Builder) WithInputError(afterLines int, err error) *Builder + func (b *Builder) WithInputReader(reader stream.LineReader) *Builder + func (b *Builder) WithOutputError(afterWrites int, err error) *Builder + func (b *Builder) WithStderrError(afterWrites int, err error) *Builder + type Test struct + Input stream.LineReader + Stderr capture.OutputFunc + StderrBuffer *capture.Buffer + Stdout capture.OutputFunc + StdoutBuffer *capture.Buffer + func Empty() *Test + func Quick(input ...string) *Test