testutils

package
v1.1.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2020 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL