Documentation
¶
Index ¶
- func RequireDeepEqual[T any](tb testing.TB, expect, actual T, msg ...any)
- func RequireEqual[T comparable](tb testing.TB, expect, actual T, msg ...any)
- func RequireErrIs(tb testing.TB, expect, actual error, msg ...any)
- func RequireErrType[T any](tb testing.TB, actual error, msg ...any)
- func RequireNoErr(tb testing.TB, err error, msg ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequireEqual ¶
func RequireEqual[T comparable](tb testing.TB, expect, actual T, msg ...any)
func RequireErrType ¶ added in v0.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.