Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + func ExpectBool(expect, actual bool, t *testing.T) bool + func ExpectEmptyString(actual string, t *testing.T) bool + func ExpectEqual[T comparable](expected, actual T, t *testing.T) bool + func ExpectError(err error, t *testing.T) bool + func ExpectFalse(actual bool, t *testing.T) bool + func ExpectFloat64(expect, actual float64, t *testing.T) bool + func ExpectFloat[T float32 | float64](expected, actual T, t *testing.T) bool + func ExpectInt(expect, actual int, t *testing.T) bool + func ExpectInt64(expect, actual int64, t *testing.T) bool + func ExpectMatch(pattern, actual string, t *testing.T) bool + func ExpectNil(value interface{}, t *testing.T) bool + func ExpectNoError(err error, t *testing.T) bool + func ExpectNonEmptyString(actual string, t *testing.T) bool + func ExpectNonNil(value interface{}, t *testing.T) bool + func ExpectPanic(t *testing.T) bool + func ExpectString(expect, actual string, t *testing.T) bool + func ExpectTrue(actual bool, t *testing.T) bool + func ExpectUnequal[T comparable](expected, actual T, t *testing.T) bool