Versions in this module Expand all Collapse all v1 v1.2.0 Nov 11, 2024 Changes in this version + 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{})