assertutil

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EqualError

func EqualError(err string) assert.ErrorAssertionFunc

EqualError asserts that a specific error string will be returned, matching assert.ErrorAssertionFunc signature

func Error

func Error(t assert.TestingT, e error, v ...interface{}) bool

Error aliases assert.Error for ease of use

func MatchError

func MatchError(match func(error) bool) assert.ErrorAssertionFunc

MatchError uses a custom matching function for the returned error, matching assert.ErrorAssertionFunc signature

func NoError

func NoError(t assert.TestingT, e error, v ...interface{}) bool

NoError aliases assert.NoError for ease of use

Types

This section is empty.

Jump to

Keyboard shortcuts

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