Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Empty ¶
Empty takes a value and checks whether it is empty for the given type supports slices, arrays, channels, strings, and maps
func Equal ¶
Equal takes two values, checks whether they are equal (using a deep equal check) and fails the test if not
func Nil ¶
Nil takes a value, and checks whether that value is nil, failing the test if not
func NotEmpty ¶
NotEmpty takes a value and checks whether it isvnot empty for the given type supports slices, arrays, channels, strings, and maps
Types ¶
This section is empty.
Source Files
¶
- testhelpers.go
Click to show internal directories.
Click to hide internal directories.