Versions in this module Expand all Collapse all v1 v1.2.1 Jan 8, 2020 v1.2.0 Dec 10, 2019 Changes in this version + func Equal(t testing.TB, first, second interface{}, msg string, args ...interface{}) + func False(t testing.TB, obj interface{}, msg string, args ...interface{}) + func Nil(t testing.TB, obj interface{}, msg string, args ...interface{}) + func NotEqual(t testing.TB, first, second interface{}, msg string, args ...interface{}) + func NotNil(t testing.TB, obj interface{}, msg string, args ...interface{}) + func RegisterOpts(t reflect.Type, opts ...cmp.Option) + func True(t testing.TB, obj interface{}, msg string, args ...interface{})