Versions in this module Expand all Collapse all v0 v0.1.1 Nov 20, 2020 Changes in this version + func MustNot(cnd bool, msg string, args ...interface{}) + type Assertions struct + func Must() *Assertions + func New(h Handler) *Assertions + type Handler interface + type Logger interface + Debug func() *Assertions + Error func() *Assertions + Fatal func() *Assertions + Info func() *Assertions + Panic func() *Assertions + Warn func() *Assertions + func NewLogger(l logging.Logger) Logger