package
Version:
v0.0.0-...-c94c68f
Opens a new window with list of versions in this module.
Published: Sep 9, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func EqualOrEmpty(t *testing.T, expected, actual interface{}, msgAndArgs ...interface{})
-
func NoError(t *testing.T, err error, msgAndArgs ...interface{})
-
func TimeEq(t *testing.T, expected, actual time.Time, msgAndArgs ...interface{})
-
func TimeGTE(t *testing.T, expected, actual time.Time, msgAndArgs ...interface{})
-
func TimeNotZero(t *testing.T, actual time.Time, msgAndArgs ...interface{})
func EqualOrEmpty(t *testing.T, expected, actual interface{}, msgAndArgs ...interface{})
EqualOrEmpty checks if two lists are equal, where [] == nil
NoError fails the test if there is an error
func TimeEq(t *testing.T, expected, actual time.Time, msgAndArgs ...interface{})
TimeEq checks if two times are equal
func TimeGTE(t *testing.T, expected, actual time.Time, msgAndArgs ...interface{})
TimeGTE checks if the first time is greater than the second time
TimeNotZero checks if the time is not zero
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.