Versions in this module Expand all Collapse all v1 v1.5.0 Mar 6, 2018 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{})