Documentation
¶
Index ¶
- func AssertEmptySlice[T any](t *testing.T, got []T)
- func AssertEqual[T comparable](t *testing.T, got, want T)
- func AssertEqualSlice[T comparable](t *testing.T, got, want []T)
- func AssertFalse(t *testing.T, got bool)
- func AssertHaveErr(t *testing.T, err error)
- func AssertNoErr(t *testing.T, err error)
- func AssertStrPrefix(t *testing.T, got, prefix string)
- func AssertTrue(t *testing.T, got bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEmptySlice ¶
func AssertEqual ¶
func AssertEqual[T comparable](t *testing.T, got, want T)
func AssertEqualSlice ¶
func AssertEqualSlice[T comparable](t *testing.T, got, want []T)
func AssertFalse ¶
func AssertHaveErr ¶
func AssertNoErr ¶
func AssertStrPrefix ¶
func AssertTrue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.