Documentation
¶
Index ¶
- func Recover(t T)
- type Prover
- func (p *Prover) ContainedBySlice(object interface{}, slice interface{})
- func (p *Prover) Equal(x, y interface{})
- func (p *Prover) EqualsAny(x interface{}, y ...interface{})
- func (p *Prover) Err(err error)
- func (p *Prover) False(b bool)
- func (p *Prover) Lax(fn func(lax *Prover))
- func (p *Prover) Len(o interface{}, length int)
- func (p *Prover) Nil(o interface{})
- func (p *Prover) NotEqual(x, y interface{})
- func (p *Prover) NotErr(err error)
- func (p *Prover) NotNil(o interface{})
- func (p *Prover) NotZero(o interface{})
- func (p *Prover) Panic(f func())
- func (p *Prover) Retry(duration time.Duration, f func() bool)
- func (p *Prover) True(b bool)
- func (p *Prover) Zero(o interface{})
- type T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.