Documentation ¶ Index ¶ func DoesNotReturnAfter(t *testing.T, d time.Duration, f func()) func ErrorIs(t *testing.T, err, target error) func False(t *testing.T, b bool) func NoError(t *testing.T, err error) func True(t *testing.T, b bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DoesNotReturnAfter ¶ func DoesNotReturnAfter(t *testing.T, d time.Duration, f func()) func ErrorIs ¶ func ErrorIs(t *testing.T, err, target error) func False ¶ func False(t *testing.T, b bool) func NoError ¶ func NoError(t *testing.T, err error) func True ¶ func True(t *testing.T, b bool) Types ¶ This section is empty. Source Files ¶ View all Source files testutil.go Click to show internal directories. Click to hide internal directories.