Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + const CapOutput + const CapStderr + const CapStdout + func Error(t *testing.T, args ...interface{}) + func Errorf(t *testing.T, format string, args ...interface{}) + func Fatal(t *testing.T, args ...interface{}) + func Fatalf(t *testing.T, format string, args ...interface{}) + func Log(t *testing.T, args ...interface{}) + func Logf(t *testing.T, format string, args ...interface{}) + func PropVal(o reflect.Value, prop string) reflect.Value + type Expecting struct + func StartExpecting(t *testing.T, mode int) *Expecting + func (p *Expecting) Call(fn interface{}, args ...interface{}) (e *Expecting) + func (p *Expecting) Close() error + func (p *Expecting) Expect(text interface{}) *Expecting + func (p *Expecting) ExpectErr(text interface{}) *Expecting + func (p *Expecting) NoPanic() + func (p *Expecting) Panic(panicMsg ...interface{}) *Expecting + type Frame uintptr + func (f Frame) Format(s fmt.State, verb rune) + type TestCase struct + func (p *TestCase) Call(fn interface{}, args ...interface{}) (e *TestCase) + func (p *TestCase) Equal(vals ...interface{}) *TestCase + func (p *TestCase) Init(result ...interface{}) *TestCase + func (p *TestCase) Next() *TestCase + func (p *TestCase) Panic(panicMsg ...interface{}) *TestCase + func (p *TestCase) PropEqual(prop string, v interface{}) *TestCase + func (p *TestCase) With(i int) *TestCase + type Testing struct + func New(t *testing.T) *Testing + func (p *Testing) Call(fn interface{}, args ...interface{}) *TestCase + func (p *Testing) Case(name string, result ...interface{}) *TestCase + func (p *Testing) Init(result ...interface{}) *TestCase + func (p *Testing) New(name string) *TestCase