assert

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: ISC Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(t testing.TB, v interface{}, sub string)

Contains asserts the fmt.Sprint(v) contains sub.

func Equal

func Equal(t testing.TB, name string, exp, got interface{})

Equal asserts exp == act.

func Error

func Error(t testing.TB, err error)

Error asserts err != nil.

func ErrorIs added in v1.10.0

func ErrorIs(t testing.TB, exp, got error)

ErrorIs asserts errors.Is(got, exp)

func Success

func Success(t testing.TB, err error)

Success asserts err == nil.

Types

This section is empty.

Jump to

Keyboard shortcuts

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