Documentation ¶ Index ¶ func Contains(t *testing.T, s, substring string) func Equal(t *testing.T, expected, actual interface{}) func Error(t *testing.T, err error) func Greater(t *testing.T, a, b int) func NoError(t *testing.T, err error) func Redirects(t *testing.T, r *httptest.ResponseRecorder, url string, code int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Contains ¶ func Contains(t *testing.T, s, substring string) func Equal ¶ func Equal(t *testing.T, expected, actual interface{}) func Error ¶ func Error(t *testing.T, err error) func Greater ¶ func Greater(t *testing.T, a, b int) func NoError ¶ func NoError(t *testing.T, err error) func Redirects ¶ func Redirects(t *testing.T, r *httptest.ResponseRecorder, url string, code int) Types ¶ This section is empty. Source Files ¶ View all Source files assert.go Click to show internal directories. Click to hide internal directories.