Documentation
¶
Index ¶
- func Equal[T comparable](tb testing.TB, val, want T, a ...any)
- func NotEqual[T comparable](tb testing.TB, val, want T, a ...any)
- func That(tb testing.TB, condition bool, v ...interface{})
- func ThatNot(tb testing.TB, condition bool, v ...interface{})
- func Thatf(tb testing.TB, condition bool, format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[T comparable](tb testing.TB, val, want T, a ...any)
Equal fails the test if the values aren't equal.
func NotEqual ¶
func NotEqual[T comparable](tb testing.TB, val, want T, a ...any)
NotEqual fails the test if the values aren't equal.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.