Documentation
¶
Overview ¶
Package testutils contains general utilities for testing to help ensure consistency in output style.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertBytesEqual ¶
func AssertBytesEqual(t *testing.T, expectedBytes []byte, actualBytes []byte)
AssertBytesEqual takes a testing.T and two byte slices and reports an error if the two bytes are not equal.
func NewRandInt ¶
func NewRandInt(currentValue, max *big.Int) *big.Int
NewRandInt generates a random value in range [0, max), different from the passed current value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.