Documentation
¶
Index ¶
- func BeEqual[T any](tb testing.TB, got T, wants ...T)
- func BeErr(tb testing.TB, got error, wants ...any)
- func BeOfType[T any](tb testing.TB, got any) T
- func BeTrue(tb testing.TB, got bool)
- func NotBeEqual[T any](tb testing.TB, got T, wants ...T)
- func NotBeErr(tb testing.TB, got error, wants ...any)
- func NotBeOfType[T any](tb testing.TB, got any)
- func NotBeTrue(tb testing.TB, got bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotBeEqual ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.