Documentation
¶
Overview ¶
Package assert provides a set of functions to help with testing of this project.
Index ¶
- func Equal(t *testing.T, expected, got any)
- func Error(t *testing.T, err error)
- func False(t *testing.T, got bool)
- func Nil(t *testing.T, got any)
- func NoError(t *testing.T, err error)
- func NotEqual(t *testing.T, expected, got any)
- func NotNil(t *testing.T, got any)
- func True(t *testing.T, got bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.