Versions in this module Expand all Collapse all v1 v1.4.0 Mar 21, 2018 Changes in this version + func Error(t TestingT, err error, message string, msgAndArgs ...interface{}) + func ErrorContains(t TestingT, err error, substring string, msgAndArgs ...interface{}) + func ErrorType(t TestingT, err error, expected interface{}, msgAndArgs ...interface{}) v1.3.0 Feb 20, 2018 Changes in this version + func Assert(t TestingT, comparison BoolOrComparison, msgAndArgs ...interface{}) + func Check(t TestingT, comparison BoolOrComparison, msgAndArgs ...interface{}) bool + func DeepEqual(t TestingT, x, y interface{}, opts ...gocmp.Option) + func Equal(t TestingT, x, y interface{}, msgAndArgs ...interface{}) + func NilError(t TestingT, err error, msgAndArgs ...interface{}) + type BoolOrComparison interface + type TestingT interface + Fail func() + FailNow func() + Log func(args ...interface{})