assert

package
v6.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Empty

func Empty(t *testing.T, a interface{})

Empty takes a value and checks whether it is empty for the given type supports slices, arrays, channels, strings, and maps

func Equal

func Equal(t *testing.T, a, b interface{})

Equal takes two values, checks whether they are equal (using a deep equal check) and fails the test if not

func Nil

func Nil(t *testing.T, a interface{})

Nil takes a value, and checks whether that value is nil, failing the test if not

func NotEmpty

func NotEmpty(t *testing.T, a interface{})

NotEmpty takes a value and checks whether it isvnot empty for the given type supports slices, arrays, channels, strings, and maps

func NotNil

func NotNil(t *testing.T, a interface{})

NotNil takes a value, and checks whether that value is not nil, failing the test if not

Types

This section is empty.

Jump to

Keyboard shortcuts

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