Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + func DeepEqual(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func DeepNotEqual(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func DeepNotSSZEqual(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func DeepSSZEqual(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func Equal(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func ErrorContains(loggerFn assertionLoggerFn, want string, err error, msg ...interface{}) + func ErrorIs(loggerFn assertionLoggerFn, err, target error, msg ...interface{}) + func LogsContain(loggerFn assertionLoggerFn, hook *test.Hook, want string, flag bool, ...) + func NoError(loggerFn assertionLoggerFn, err error, msg ...interface{}) + func NotEmpty(loggerFn assertionLoggerFn, obj interface{}, msg ...interface{}) + func NotEqual(loggerFn assertionLoggerFn, expected, actual interface{}, msg ...interface{}) + func NotNil(loggerFn assertionLoggerFn, obj interface{}, msg ...interface{}) + func ProtobufPrettyDiff(a, b interface{}) string + func SprintfAssertionLoggerFn(s *string) assertionLoggerFn + func StringContains(loggerFn assertionLoggerFn, expected, actual string, flag bool, ...) + type AssertionTestingTB interface + Errorf func(format string, args ...interface{}) + Fatalf func(format string, args ...interface{}) + type TBMock struct + ErrorfMsg string + FatalfMsg string + func (tb *TBMock) Errorf(format string, args ...interface{}) + func (tb *TBMock) Fatalf(format string, args ...interface{})