Versions in this module Expand all Collapse all v1 v1.0.4 Jun 24, 2024 Changes in this version + func Equal(t *testing.T, expected interface{}, actual interface{}, ...) bool + func EqualValues(t *testing.T, expected interface{}, actual interface{}, ...) bool + func False(t *testing.T, res bool, msgAndArgs ...interface{}) bool + func NoError(t *testing.T, err error, msgAndArgs ...interface{}) bool + func True(t *testing.T, res bool, msgAndArgs ...interface{}) bool