Versions in this module Expand all Collapse all v1 v1.21.0 Feb 1, 2024 Changes in this version + func AssertAnyErrorInChainMatchesTarget(t *testing.T, target error, actual error) + func AssertBigIntNonZero(t *testing.T, description string, actual *big.Int) + func AssertBigIntsEqual(t *testing.T, description string, expected *big.Int, actual *big.Int) + func AssertBigIntsNotEqual(t *testing.T, description string, a *big.Int, b *big.Int) + func AssertBoolsEqual(t *testing.T, description string, expected bool, actual bool) + func AssertBytesEqual(t *testing.T, expectedBytes []byte, actualBytes []byte) + func AssertErrorsSame(t *testing.T, expected error, actual error) + func AssertIntsEqual(t *testing.T, description string, expected int, actual int) + func AssertStringsEqual(t *testing.T, description string, expected string, actual string) + func AssertUintsEqual(t *testing.T, description string, expected uint64, actual uint64) + func NewRandInt(currentValue, max *big.Int) *big.Int + type MockLogger struct + func (ml *MockLogger) Debug(args ...interface{}) + func (ml *MockLogger) Debugf(format string, args ...interface{}) + func (ml *MockLogger) Error(args ...interface{}) + func (ml *MockLogger) Errorf(format string, args ...interface{}) + func (ml *MockLogger) Fatal(args ...interface{}) + func (ml *MockLogger) Fatalf(format string, args ...interface{}) + func (ml *MockLogger) Info(args ...interface{}) + func (ml *MockLogger) Infof(format string, args ...interface{}) + func (ml *MockLogger) Panic(args ...interface{}) + func (ml *MockLogger) Panicf(format string, args ...interface{}) + func (ml *MockLogger) Warn(args ...interface{}) + func (ml *MockLogger) Warnf(format string, args ...interface{}) + func (ml *MockLogger) Warning(args ...interface{}) + func (ml *MockLogger) Warningf(format string, args ...interface{})