Versions in this module Expand all Collapse all v0 v0.1.0 Feb 2, 2021 Changes in this version + func RecoverAsFail(t *testing.T) + func Repr(v interface{}) string + type Assert struct + T *testing.T + func NewAssert(t *testing.T) Assert + func (a Assert) Eq(assertionfmt string, value1, value2 interface{}, v ...interface{}) bool + func (a Assert) Err(assertionfmt, errsubstr string, err error, v ...interface{}) bool + func (a Assert) NoErr(assertionfmt string, err error, v ...interface{}) bool + func (a Assert) Ok(assertionfmt string, ok bool, v ...interface{}) bool + func (a Assert) Panic(expectedPanicRegExp string, f func()) bool