Versions in this module Expand all Collapse all v1 v1.4.1 Nov 14, 2017 v1.4.0 Nov 13, 2017 Changes in this version + func Equal(t TestingT, got, expected interface{}, msgAndArgs ...interface{}) bool + func NoError(t TestingT, err error, msgAndArgs ...interface{}) bool + func NotEqual(t TestingT, got, expected interface{}, msgAndArgs ...interface{}) bool + func PanicsWithValue(t TestingT, expected interface{}, fn PanicTestFunc, msgAndArgs ...interface{}) bool + func ValuesAreEqual(got, expected interface{}) bool + func ValuesAreExactlyEqual(got, expected interface{}) bool + type PanicTestFunc func() + type TestingT interface + Errorf func(format string, args ...interface{})