Documentation
¶
Overview ¶
Package testutil provides test utilities for Gophercast.
Index ¶
- func AssertContains(t *testing.T, got, want string)
- func AssertEmpty(t *testing.T, s string)
- func AssertEqual(t *testing.T, got, want string)
- func AssertErr(t *testing.T, err error)
- func AssertLen(t *testing.T, got, want int)
- func AssertNoErr(t *testing.T, err error)
- func AssertNotEmpty(t *testing.T, s string)
- func AssertNotNil(t *testing.T, got any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertContains ¶
func AssertEmpty ¶
func AssertEqual ¶
func AssertNoErr ¶
func AssertNotEmpty ¶
func AssertNotNil ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.