Versions in this module Expand all Collapse all v0 v0.90.0 May 19, 2026 Changes in this version + func Require(t *testing.T, actual interface{}, check Checker, desired interface{}) + func ShouldEqual(actual, desired interface{}) (string, bool) + func Wish(t *testing.T, actual interface{}, check Checker, desired interface{}) bool + type Checker func(actual, desired interface{}) (problem string, passed bool) v0.89.0 Dec 10, 2022 Changes in this version + func Assert(t *testing.T, title string, expect, actual interface{}) + func CapturePanics(fn func()) (e error)