package
1.0.4
Repository: https://github.com/iov-one/weave.git
Documentation: pkg.go.dev

# Functions

Equal fails the test if two values are not equal.
FieldError ensures that given error contains the exact match of a single field error, tested by its type (.Is method call).
IsErr is a convenient helper that checks if the errors are a match and prints out the difference if not as well as failing the assertion.
Nil fails the test if given value is not nil.
Panics will run given function and recover any panic.

# Interfaces

Tester is the minimal subset of testing.TB needed to run most assert commands.