Versions in this module Expand all Collapse all v0 v0.0.3 Feb 22, 2023 v0.0.2 Feb 19, 2023 Changes in this version + func Equal(t TestingT, expected, actual interface{}, msgAndArgs ...interface{}) bool + func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) bool + func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...interface{}) bool + func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) bool + func ObjectsAreEqual(expected, actual interface{}) bool + type TestingT interface + Errorf func(format string, args ...interface{})