Versions in this module Expand all Collapse all v0 v0.0.2 Jan 11, 2023 v0.0.1 Dec 18, 2022 Changes in this version + func CheckIsErr(tb testing.TB, err error, msg string) + func CheckNoErr(tb testing.TB, err error, msg string) + func CheckOk(tb testing.TB, result bool, msg string) + func CheckPanic(f func()) error + func Report(tb testing.TB, got, want interface{}, inputs ...interface{})