package
Version:
v6.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 21, 2021
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Empty takes a value and checks whether it is empty for the given type
supports slices, arrays, channels, strings, and maps
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
Nil takes a value, and checks whether that value is nil, failing the test
if not
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(t *testing.T, a interface{})
NotNil takes a value, and checks whether that value is not nil, failing the test
if not
Source Files
¶
Click to show internal directories.
Click to hide internal directories.