Documentation
¶
Overview ¶
Package assert provides basic assert functions for tests
Index ¶
- func Equal(t *testing.T, a interface{}, b interface{}, msg string)
- func Err(t *testing.T, err error, msgs ...string)
- func False(t *testing.T, v bool, msgs ...string)
- func Nil(t *testing.T, obj interface{}, msgs ...string)
- func NoErr(t *testing.T, err error, msgs ...string)
- func NotNil(t *testing.T, obj interface{}, msgs ...string)
- func True(t *testing.T, v bool, msgs ...string)
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.