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{}) Incompatible versions in this module v2.2.0+incompatible Nov 11, 2018 v2.1.0+incompatible May 22, 2018 v2.0.0+incompatible May 3, 2018